#129124

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

Shades of Forest Green #129124

Tints of Forest Green #129124

Color information

#129124 (or 0x129124) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 24. RGB value is (18,145,36). Sum of RGB (Red+Green+Blue) = 18+145+36=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 145 (57.03% from 255 or 72.86% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 145 - color contains mainly: green. Hex color #129124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129124 is #ED6EDB. Grayscale: #5E5E5E. Windows color (decimal): -15560412 or 2396434. OLE color: 2396434.

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

Color convert

RGB1814536-
CMYK0.8800.750.43
HSL128.5º77.91%31.96%-
HSV(B)128.5º87.59%56.86%-
XYZ10.6920.515.06-
YUV94.694.9273.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 145 (57.03% from 255) = 72.86%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=9.05%
G=72.86%
B=18.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145360.8800.750.43128.577.9131.96
Hex1291245804B2B814e20
Octal222214413001135320111640
Binary1001010010001100100101100001001011101011100000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129124; }

 p { color: rgb(18,145,36); }

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

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

 a { background-color: rgb(18,145,36); }

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

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

 span { border-color: rgb(18,145,36); }

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