#129036

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

Shades of Forest Green #129036

Tints of Forest Green #129036

Color information

#129036 (or 0x129036) is unknown color: approx Forest Green. HEX triplet: 12, 90 and 36. RGB value is (18,144,54). Sum of RGB (Red+Green+Blue) = 18+144+54=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #129036 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129036 is #ED6FC9. Grayscale: #606060. Windows color (decimal): -15560650 or 3575826. OLE color: 3575826.

HSL color Cylindrical-coordinate representation of color #129036: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129036 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1814454-
CMYK0.8800.630.44
HSL137.14º77.78%31.76%-
HSV(B)137.14º87.5%56.47%-
XYZ10.8920.346.84-
YUV96.07104.2672.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 144 (56.64% from 255) = 66.67%
BLUE value IS 54 (21.48% from 255) = 25%
R=8.33%
G=66.67%
B=25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18144540.8800.630.44137.1477.7831.76
Hex1290365803F2C894e20
Octal22220661300775421111640
Binary100101001000011011010110000111111101100100010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129036; }

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

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

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

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

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

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

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

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