#12911C

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

Shades of Forest Green #12911C

Tints of Forest Green #12911C

Color information

#12911C (or 0x12911C) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 1C. RGB value is (18,145,28). Sum of RGB (Red+Green+Blue) = 18+145+28=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 145 (57.03% from 255 or 75.92% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 145 - color contains mainly: green. Hex color #12911C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12911C is #ED6EE3. Grayscale: #5E5E5E. Windows color (decimal): -15560420 or 1872146. OLE color: 1872146.

HSL color Cylindrical-coordinate representation of color #12911C: hue angle of 124.72º 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 #12911C is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB1814528-
CMYK0.8800.810.43
HSL124.72º77.91%31.96%-
HSV(B)124.72º87.59%56.86%-
XYZ10.5820.464.49-
YUV93.6990.9274.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 145 (57.03% from 255) = 75.92%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=9.42%
G=75.92%
B=14.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145280.8800.810.43124.7277.9131.96
Hex12911C580512B7d4e20
Octal222213413001215317511640
Binary10010100100011110010110000101000110101111111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12911C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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