#129A36

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

Shades of Forest Green #129A36

Tints of Forest Green #129A36

Color information

#129A36 (or 0x129A36) is unknown color: approx Forest Green. HEX triplet: 12, 9A and 36. RGB value is (18,154,54). Sum of RGB (Red+Green+Blue) = 18+154+54=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 154 (60.55% from 255 or 68.14% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 154 - color contains mainly: green. Hex color #129A36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129A36 is #ED65C9. Grayscale: #666666. Windows color (decimal): -15558090 or 3578386. OLE color: 3578386.

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

Color convert

RGB1815454-
CMYK0.8800.650.40
HSL135.88º79.07%33.73%-
HSV(B)135.88º88.31%60.39%-
XYZ12.4723.517.37-
YUV101.94100.9468.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 154 (60.55% from 255) = 68.14%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=7.96%
G=68.14%
B=23.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18154540.8800.650.40135.8879.0733.73
Hex129A365804128884f22
Octal222326613001015021011742
Binary1001010011010110110101100001000001101000100010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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