#129A20

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

Shades of Forest Green #129A20

Tints of Forest Green #129A20

Color information

#129A20 (or 0x129A20) is unknown color: approx Forest Green. HEX triplet: 12, 9A and 20. RGB value is (18,154,32). Sum of RGB (Red+Green+Blue) = 18+154+32=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 154 (60.55% from 255 or 75.49% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 154 - color contains mainly: green. Hex color #129A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129A20 is #ED65DF. Grayscale: #636363. Windows color (decimal): -15558112 or 2136594. OLE color: 2136594.

HSL color Cylindrical-coordinate representation of color #129A20: hue angle of 126.18º 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 #129A20 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1815432-
CMYK0.8800.790.40
HSL126.18º79.07%33.73%-
HSV(B)126.18º88.31%60.39%-
XYZ12.0723.345.24-
YUV99.4389.9469.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 154 (60.55% from 255) = 75.49%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=8.82%
G=75.49%
B=15.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18154320.8800.790.40126.1879.0733.73
Hex129A205804F287e4f22
Octal222324013001175017611742
Binary100101001101010000010110000100111110100011111101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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