#11981C

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

Shades of Forest Green #11981C

Tints of Forest Green #11981C

Color information

#11981C (or 0x11981C) is unknown color: approx Forest Green. HEX triplet: 11, 98 and 1C. RGB value is (17,152,28). Sum of RGB (Red+Green+Blue) = 17+152+28=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 152 (59.77% from 255 or 77.16% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 152 - color contains mainly: green. Hex color #11981C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11981C is #EE67E3. Grayscale: #616161. Windows color (decimal): -15624164 or 1873937. OLE color: 1873937.

HSL color Cylindrical-coordinate representation of color #11981C: hue angle of 124.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11981C is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1715228-
CMYK0.8900.820.40
HSL124.89º79.88%33.14%-
HSV(B)124.89º88.82%59.61%-
XYZ11.6722.664.86-
YUV97.588.7770.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 152 (59.77% from 255) = 77.16%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=8.63%
G=77.16%
B=14.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17152280.8900.820.40124.8979.8833.14
Hex11981C59052287d5021
Octal212303413101225017512041
Binary10001100110001110010110010101001010100011111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11981C; }

 p { color: rgb(17,152,28); }

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

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

 a { background-color: rgb(17,152,28); }

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

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

 span { border-color: rgb(17,152,28); }

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