#11981F

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

Shades of Forest Green #11981F

Tints of Forest Green #11981F

Color information

#11981F (or 0x11981F) is unknown color: approx Forest Green. HEX triplet: 11, 98 and 1F. RGB value is (17,152,31). Sum of RGB (Red+Green+Blue) = 17+152+31=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #11981F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11981F is #EE67E0. Grayscale: #626262. Windows color (decimal): -15624161 or 2070545. OLE color: 2070545.

HSL color Cylindrical-coordinate representation of color #11981F: hue angle of 126.22º 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 #11981F is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1715231-
CMYK0.8900.800.40
HSL126.22º79.88%33.14%-
HSV(B)126.22º88.82%59.61%-
XYZ11.7122.675.06-
YUV97.8490.2770.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 152 (59.77% from 255) = 76%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=8.5%
G=76%
B=15.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17152310.8900.800.40126.2279.8833.14
Hex11981F59050287e5021
Octal212303713101205017612041
Binary10001100110001111110110010101000010100011111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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