#129A2C

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

Shades of Forest Green #129A2C

Tints of Forest Green #129A2C

Color information

#129A2C (or 0x129A2C) is unknown color: approx Forest Green. HEX triplet: 12, 9A and 2C. RGB value is (18,154,44). Sum of RGB (Red+Green+Blue) = 18+154+44=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 154 (60.55% from 255 or 71.30% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 154 - color contains mainly: green. Hex color #129A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129A2C is #ED65D3. Grayscale: #656565. Windows color (decimal): -15558100 or 2923026. OLE color: 2923026.

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

Color convert

RGB1815444-
CMYK0.8800.710.40
HSL131.47º79.07%33.73%-
HSV(B)131.47º88.31%60.39%-
XYZ12.2623.426.26-
YUV100.895.9468.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 154 (60.55% from 255) = 71.30%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=8.33%
G=71.30%
B=20.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18154440.8800.710.40131.4779.0733.73
Hex129A2C5804728834f22
Octal222325413001075020311742
Binary1001010011010101100101100001000111101000100000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129A2C; }

 p { color: rgb(18,154,44); }

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

<style>
 a { background-color: #129A2C; }

 a { background-color: rgb(18,154,44); }

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

<style>
 span { border-color: #129A2C; }

 span { border-color: rgb(18,154,44); }

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