Shades of Forest Green #11AF1F
Tints of Forest Green #11AF1F
RGB
CMYK
RGB Variations
Color information
#11AF1F (or 0x11AF1F) is known color: Forest Green. HEX triplet: 11, AF and 1F. RGB value is (17,175,31). Sum of RGB (Red+Green+Blue) = 17+175+31=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 175 (68.75% from 255 or 78.48% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AF1F is #EE50E0. Grayscale: #6F6F6F. Windows color (decimal): -15618273 or 2076433. OLE color: 2076433.
HSL color Cylindrical-coordinate representation of color #11AF1F: hue angle of 125.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF1F is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 31 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.31 |
| HSL | 125.32º | 0.82% | 0.38% | - |
| HSV(B) | 125.32º | 0.9% | 0.69% | - |
| XYZ | 15.81 | 30.88 | 6.42 | - |
| YUV | 111.34 | 82.65 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 31 | 0.90 | 0 | 0.82 | 0.31 | 125.32 | 0.82 | 0.38 |
| Hex | 11 | AF | 1F | 5A | 0 | 52 | 1F | 7D | 52 | 26 |
| Octal | 21 | 257 | 37 | 132 | 0 | 122 | 37 | 175 | 122 | 46 |
| Binary | 10001 | 10101111 | 11111 | 1011010 | 0 | 1010010 | 11111 | 1111101 | 1010010 | 100110 |
Color Harmonies of #11AF1F
Complementary color
Monochromatic Colors of #11AF1F
Black with #11AF1F
Text Example
Text Example
White with #11AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF1F; }
p { color: rgb(17,175,31); }
H1.HeaderClassName
{
color: #11AF1F;
}
.AnyTagClassName
{
color: #11AF1F;
}
</style>
background-color css
<style>
a { background-color: #11AF1F; }
a { background-color: rgb(17,175,31); }
div.DivClassName
{
background-color: #11AF1F;
}
.BgClassName
{
background-color: #11AF1F;
}
</style>
border-color css
<style>
span { border-color: #11AF1F; }
span { border-color: rgb(17,175,31); }
td.TdClassName
{
border-color: #11AF1F;
}
.TagClassName
{
border-color: #11AF1F;
}
</style>