#11991F

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

Shades of Forest Green #11991F

Tints of Forest Green #11991F

Color information

#11991F (or 0x11991F) is unknown color: approx Forest Green. HEX triplet: 11, 99 and 1F. RGB value is (17,153,31). Sum of RGB (Red+Green+Blue) = 17+153+31=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 153 (60.16% from 255 or 76.12% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 153 - color contains mainly: green. Hex color #11991F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11991F is #EE66E0. Grayscale: #626262. Windows color (decimal): -15623905 or 2070801. OLE color: 2070801.

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

Color convert

RGB1715331-
CMYK0.8900.800.4
HSL126.18º80%33.33%-
HSV(B)126.18º88.89%60%-
XYZ11.87235.11-
YUV98.4389.9469.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 153 (60.16% from 255) = 76.12%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=8.46%
G=76.12%
B=15.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17153310.8900.800.4126.188033.33
Hex11991F59050287e5021
Octal212313713101205017612041
Binary10001100110011111110110010101000010100011111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11991F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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