#129011

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

Shades of Forest Green #129011

Tints of Forest Green #129011

Color information

#129011 (or 0x129011) is unknown color: approx Forest Green. HEX triplet: 12, 90 and 11. RGB value is (18,144,17). Sum of RGB (Red+Green+Blue) = 18+144+17=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 144 (56.64% from 255 or 80.45% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 144 - color contains mainly: green. Hex color #129011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129011 is #ED6FEE. Grayscale: #5C5C5C. Windows color (decimal): -15560687 or 1150994. OLE color: 1150994.

HSL color Cylindrical-coordinate representation of color #129011: hue angle of 119.53º degrees, saturation: 0.79, 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 #129011 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1814417-
CMYK0.8800.880.44
HSL119.53º78.88%31.57%-
HSV(B)119.53º88.19%56.47%-
XYZ10.3220.123.87-
YUV91.8585.7675.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 144 (56.64% from 255) = 80.45%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=10.06%
G=80.45%
B=9.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18144170.8800.880.44119.5378.8831.57
Hex129011580582C784f20
Octal222202113001305417011740
Binary10010100100001000110110000101100010110011110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129011; }

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

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

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

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

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

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

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

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