#11921F

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

Shades of Forest Green #11921F

Tints of Forest Green #11921F

Color information

#11921F (or 0x11921F) is unknown color: approx Forest Green. HEX triplet: 11, 92 and 1F. RGB value is (17,146,31). Sum of RGB (Red+Green+Blue) = 17+146+31=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 146 (57.42% from 255 or 75.26% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 146 - color contains mainly: green. Hex color #11921F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11921F is #EE6DE0. Grayscale: #5E5E5E. Windows color (decimal): -15625697 or 2069009. OLE color: 2069009.

HSL color Cylindrical-coordinate representation of color #11921F: hue angle of 126.51º 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 #11921F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1714631-
CMYK0.8800.790.43
HSL126.51º79.14%31.96%-
HSV(B)126.51º88.36%57.25%-
XYZ10.7620.784.74-
YUV94.3292.2672.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 146 (57.42% from 255) = 75.26%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=8.76%
G=75.26%
B=15.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17146310.8800.790.43126.5179.1431.96
Hex11921F5804F2B7f4f20
Octal212223713001175317711740
Binary10001100100101111110110000100111110101111111111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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