#11812A

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

Shades of Forest Green #11812A

Tints of Forest Green #11812A

Color information

#11812A (or 0x11812A) is unknown color: approx Forest Green. HEX triplet: 11, 81 and 2A. RGB value is (17,129,42). Sum of RGB (Red+Green+Blue) = 17+129+42=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 129 (50.78% from 255 or 68.62% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 129 - color contains mainly: green. Hex color #11812A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11812A is #EE7ED5. Grayscale: #555555. Windows color (decimal): -15630038 or 2785553. OLE color: 2785553.

HSL color Cylindrical-coordinate representation of color #11812A: hue angle of 133.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11812A is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1712942-
CMYK0.8700.670.49
HSL133.39º76.71%28.63%-
HSV(B)133.39º86.82%50.59%-
XYZ8.515.994.83-
YUV85.59103.3979.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 129 (50.78% from 255) = 68.62%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=9.04%
G=68.62%
B=22.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17129420.8700.670.49133.3976.7128.63
Hex11812A5704331854d1d
Octal212015212701036120511535
Binary100011000000110101010101110100001111000110000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11812A; }

 p { color: rgb(17,129,42); }

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

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

 a { background-color: rgb(17,129,42); }

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

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

 span { border-color: rgb(17,129,42); }

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