#12982D

Color #12982D Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #12982D

Tints of Forest Green #12982D

Color information

#12982D (or 0x12982D) is unknown color: approx Forest Green. HEX triplet: 12, 98 and 2D. RGB value is (18,152,45). Sum of RGB (Red+Green+Blue) = 18+152+45=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #12982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12982D is #ED67D2. Grayscale: #646464. Windows color (decimal): -15558611 or 2988050. OLE color: 2988050.

HSL color Cylindrical-coordinate representation of color #12982D: hue angle of 132.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12982D is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1815245-
CMYK0.8800.700.40
HSL132.09º78.82%33.33%-
HSV(B)132.09º88.16%59.61%-
XYZ11.9522.776.25-
YUV99.7497.1169.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 152 (59.77% from 255) = 70.70%
BLUE value IS 45 (17.97% from 255) = 20.93%
R=8.37%
G=70.70%
B=20.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18152450.8800.700.40132.0978.8233.33
Hex12982D5804628844f21
Octal222305513001065020411741
Binary1001010011000101101101100001000110101000100001001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12982D; }

 p { color: rgb(18,152,45); }

 H1.HeaderClassName
 {
   color: #12982D;
 }
 .AnyTagClassName
 {
   color: #12982D;
 }
</style>
background-color css

<style>
 a { background-color: #12982D; }

 a { background-color: rgb(18,152,45); }

 div.DivClassName
 {
   background-color: #12982D;
 }
 .BgClassName
 {
   background-color: #12982D;
 }
</style>
border-color css

<style>
 span { border-color: #12982D; }

 span { border-color: rgb(18,152,45); }

 td.TdClassName
 {
   border-color: #12982D;
 }
 .TagClassName
 {
   border-color: #12982D;
 }
</style>