Shades of Forest Green #11902B
Tints of Forest Green #11902B
RGB
CMYK
RGB Variations
Color information
#11902B (or 0x11902B) is known color: Forest Green. HEX triplet: 11, 90 and 2B. RGB value is (17,144,43). Sum of RGB (Red+Green+Blue) = 17+144+43=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 144 (56.64% from 255 or 70.59% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 144 - color contains mainly: green. Hex color #11902B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11902B is #EE6FD4. Grayscale: #5E5E5E. Windows color (decimal): -15626197 or 2854929. OLE color: 2854929.
HSL color Cylindrical-coordinate representation of color #11902B: hue angle of 132.28º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11902B is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 43 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.44 |
| HSL | 132.28º | 0.79% | 0.32% | - |
| HSV(B) | 132.28º | 0.88% | 0.56% | - |
| XYZ | 10.64 | 20.24 | 5.63 | - |
| YUV | 94.51 | 98.92 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 43 | 0.88 | 0 | 0.70 | 0.44 | 132.28 | 0.79 | 0.32 |
| Hex | 11 | 90 | 2B | 58 | 0 | 46 | 2C | 84 | 4F | 20 |
| Octal | 21 | 220 | 53 | 130 | 0 | 106 | 54 | 204 | 117 | 40 |
| Binary | 10001 | 10010000 | 101011 | 1011000 | 0 | 1000110 | 101100 | 10000100 | 1001111 | 100000 |
Color Harmonies of #11902B
Complementary color
Monochromatic Colors of #11902B
Black with #11902B
Text Example
Text Example
White with #11902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11902B; }
p { color: rgb(17,144,43); }
H1.HeaderClassName
{
color: #11902B;
}
.AnyTagClassName
{
color: #11902B;
}
</style>
background-color css
<style>
a { background-color: #11902B; }
a { background-color: rgb(17,144,43); }
div.DivClassName
{
background-color: #11902B;
}
.BgClassName
{
background-color: #11902B;
}
</style>
border-color css
<style>
span { border-color: #11902B; }
span { border-color: rgb(17,144,43); }
td.TdClassName
{
border-color: #11902B;
}
.TagClassName
{
border-color: #11902B;
}
</style>