#129128

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

Shades of Forest Green #129128

Tints of Forest Green #129128

Color information

#129128 (or 0x129128) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 28. RGB value is (18,145,40). Sum of RGB (Red+Green+Blue) = 18+145+40=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #129128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129128 is #ED6ED7. Grayscale: #5F5F5F. Windows color (decimal): -15560408 or 2658578. OLE color: 2658578.

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

Color convert

RGB1814540-
CMYK0.8800.720.43
HSL130.39º77.91%31.96%-
HSV(B)130.39º87.59%56.86%-
XYZ10.7620.535.4-
YUV95.0696.9273.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 145 (57.03% from 255) = 71.43%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=8.87%
G=71.43%
B=19.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145400.8800.720.43130.3977.9131.96
Hex129128580482B824e20
Octal222215013001105320211640
Binary1001010010001101000101100001001000101011100000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129128; }

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

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

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

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

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

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

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

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