#129129

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

Shades of Forest Green #129129

Tints of Forest Green #129129

Color information

#129129 (or 0x129129) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 29. RGB value is (18,145,41). Sum of RGB (Red+Green+Blue) = 18+145+41=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 145 (57.03% from 255 or 71.08% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 145 - color contains mainly: green. Hex color #129129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129129 is #ED6ED6. Grayscale: #5F5F5F. Windows color (decimal): -15560407 or 2724114. OLE color: 2724114.

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

Color convert

RGB1814541-
CMYK0.8800.720.43
HSL130.87º77.91%31.96%-
HSV(B)130.87º87.59%56.86%-
XYZ10.7820.545.49-
YUV95.1797.4272.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 145 (57.03% from 255) = 71.08%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=8.82%
G=71.08%
B=20.10%

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
Decimal18145410.8800.720.43130.8777.9131.96
Hex129129580482B834e20
Octal222215113001105320311640
Binary1001010010001101001101100001001000101011100000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129129; }

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

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

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

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

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

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

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

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