#12911F

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

Shades of Forest Green #12911F

Tints of Forest Green #12911F

Color information

#12911F (or 0x12911F) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 1F. RGB value is (18,145,31). Sum of RGB (Red+Green+Blue) = 18+145+31=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 145 (57.03% from 255 or 74.74% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 145 - color contains mainly: green. Hex color #12911F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12911F is #ED6EE0. Grayscale: #5E5E5E. Windows color (decimal): -15560417 or 2068754. OLE color: 2068754.

HSL color Cylindrical-coordinate representation of color #12911F: hue angle of 126.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12911F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1814531-
CMYK0.8800.790.43
HSL126.14º77.91%31.96%-
HSV(B)126.14º87.59%56.86%-
XYZ10.6220.484.69-
YUV94.0392.4273.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 145 (57.03% from 255) = 74.74%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=9.28%
G=74.74%
B=15.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145310.8800.790.43126.1477.9131.96
Hex12911F5804F2B7e4e20
Octal222213713001175317611640
Binary10010100100011111110110000100111110101111111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12911F; }

 p { color: rgb(18,145,31); }

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

<style>
 a { background-color: #12911F; }

 a { background-color: rgb(18,145,31); }

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

<style>
 span { border-color: #12911F; }

 span { border-color: rgb(18,145,31); }

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