#11912D

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

Shades of Forest Green #11912D

Tints of Forest Green #11912D

Color information

#11912D (or 0x11912D) is unknown color: approx Forest Green. HEX triplet: 11, 91 and 2D. RGB value is (17,145,45). Sum of RGB (Red+Green+Blue) = 17+145+45=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 145 (57.03% from 255 or 70.05% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 145 - color contains mainly: green. Hex color #11912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11912D is #EE6ED2. Grayscale: #5F5F5F. Windows color (decimal): -15625939 or 2986257. OLE color: 2986257.

HSL color Cylindrical-coordinate representation of color #11912D: hue angle of 133.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11912D is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB1714545-
CMYK0.8800.690.43
HSL133.12º79.01%31.76%-
HSV(B)133.12º88.28%56.86%-
XYZ10.8320.565.88-
YUV95.3399.5972.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 145 (57.03% from 255) = 70.05%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=8.21%
G=70.05%
B=21.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17145450.8800.690.43133.1279.0131.76
Hex11912D580452B854f20
Octal212215513001055320511740
Binary1000110010001101101101100001000101101011100001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11912D; }

 p { color: rgb(17,145,45); }

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

<style>
 a { background-color: #11912D; }

 a { background-color: rgb(17,145,45); }

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

<style>
 span { border-color: #11912D; }

 span { border-color: rgb(17,145,45); }

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