#129E2C

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

Shades of Forest Green #129E2C

Tints of Forest Green #129E2C

Color information

#129E2C (or 0x129E2C) is unknown color: approx Forest Green. HEX triplet: 12, 9E and 2C. RGB value is (18,158,44). Sum of RGB (Red+Green+Blue) = 18+158+44=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 158 (62.11% from 255 or 71.82% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 158 - color contains mainly: green. Hex color #129E2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E2C is #ED61D3. Grayscale: #676767. Windows color (decimal): -15557076 or 2924050. OLE color: 2924050.

HSL color Cylindrical-coordinate representation of color #129E2C: hue angle of 131.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E2C is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1815844-
CMYK0.8900.720.38
HSL131.14º79.55%34.51%-
HSV(B)131.14º88.61%61.96%-
XYZ12.9324.766.48-
YUV103.1494.6267.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 158 (62.11% from 255) = 71.82%
BLUE value IS 44 (17.58% from 255) = 20%
R=8.18%
G=71.82%
B=20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18158440.8900.720.38131.1479.5534.51
Hex129E2C5904826835023
Octal222365413101104620312043
Binary1001010011110101100101100101001000100110100000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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