#129122

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

Shades of Forest Green #129122

Tints of Forest Green #129122

Color information

#129122 (or 0x129122) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 22. RGB value is (18,145,34). Sum of RGB (Red+Green+Blue) = 18+145+34=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 145 (57.03% from 255 or 73.60% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 145 - color contains mainly: green. Hex color #129122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129122 is #ED6EDD. Grayscale: #5E5E5E. Windows color (decimal): -15560414 or 2265362. OLE color: 2265362.

HSL color Cylindrical-coordinate representation of color #129122: hue angle of 127.56º 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 #129122 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1814534-
CMYK0.8800.770.43
HSL127.56º77.91%31.96%-
HSV(B)127.56º87.59%56.86%-
XYZ10.6620.494.91-
YUV94.3793.9273.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 145 (57.03% from 255) = 73.60%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=9.14%
G=73.60%
B=17.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145340.8800.770.43127.5677.9131.96
Hex1291225804D2B804e20
Octal222214213001155320011640
Binary1001010010001100010101100001001101101011100000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129122; }

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

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

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

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

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

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

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

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