#129016

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

Shades of Forest Green #129016

Tints of Forest Green #129016

Color information

#129016 (or 0x129016) is unknown color: approx Forest Green. HEX triplet: 12, 90 and 16. RGB value is (18,144,22). Sum of RGB (Red+Green+Blue) = 18+144+22=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 144 (56.64% from 255 or 78.26% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 144 - color contains mainly: green. Hex color #129016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129016 is #ED6FE9. Grayscale: #5C5C5C. Windows color (decimal): -15560682 or 1478674. OLE color: 1478674.

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

Color convert

RGB1814422-
CMYK0.8800.850.44
HSL121.9º77.78%31.76%-
HSV(B)121.9º87.5%56.47%-
XYZ10.3720.134.1-
YUV92.4288.2674.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 144 (56.64% from 255) = 78.26%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=9.78%
G=78.26%
B=11.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18144220.8800.850.44121.977.7831.76
Hex129016580552C7a4e20
Octal222202613001255417211640
Binary10010100100001011010110000101010110110011110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129016; }

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

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

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

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

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

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

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

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