#11981E

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

Shades of Forest Green #11981E

Tints of Forest Green #11981E

Color information

#11981E (or 0x11981E) is unknown color: approx Forest Green. HEX triplet: 11, 98 and 1E. RGB value is (17,152,30). Sum of RGB (Red+Green+Blue) = 17+152+30=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 152 (59.77% from 255 or 76.38% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 152 - color contains mainly: green. Hex color #11981E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11981E is #EE67E1. Grayscale: #626262. Windows color (decimal): -15624162 or 2005009. OLE color: 2005009.

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

Color convert

RGB1715230-
CMYK0.8900.800.40
HSL125.78º79.88%33.14%-
HSV(B)125.78º88.82%59.61%-
XYZ11.6922.674.99-
YUV97.7389.7770.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 152 (59.77% from 255) = 76.38%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=8.54%
G=76.38%
B=15.08%

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
Decimal17152300.8900.800.40125.7879.8833.14
Hex11981E59050287e5021
Octal212303613101205017612041
Binary10001100110001111010110010101000010100011111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11981E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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