Shades of Forest Green #1F920B
Tints of Forest Green #1F920B
RGB
CMYK
RGB Variations
Color information
#1F920B (or 0x1F920B) is known color: Forest Green. HEX triplet: 1F, 92 and 0B. RGB value is (31,146,11). Sum of RGB (Red+Green+Blue) = 31+146+11=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 146 (57.42% from 255 or 77.66% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 146 - color contains mainly: green. Hex color #1F920B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F920B is #E06DF4. Grayscale: #606060. Windows color (decimal): -14708213 or 758303. OLE color: 758303.
HSL color Cylindrical-coordinate representation of color #1F920B: hue angle of 111.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F920B is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 11 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.43 |
| HSL | 111.11º | 0.86% | 0.31% | - |
| HSV(B) | 111.11º | 0.92% | 0.57% | - |
| XYZ | 10.9 | 20.87 | 3.77 | - |
| YUV | 96.23 | 79.9 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 11 | 0.79 | 0 | 0.92 | 0.43 | 111.11 | 0.86 | 0.31 |
| Hex | 1F | 92 | B | 4F | 0 | 5C | 2B | 6F | 56 | 1F |
| Octal | 37 | 222 | 13 | 117 | 0 | 134 | 53 | 157 | 126 | 37 |
| Binary | 11111 | 10010010 | 1011 | 1001111 | 0 | 1011100 | 101011 | 1101111 | 1010110 | 11111 |
Color Harmonies of #1F920B
Complementary color
Monochromatic Colors of #1F920B
Black with #1F920B
Text Example
Text Example
White with #1F920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F920B; }
p { color: rgb(31,146,11); }
H1.HeaderClassName
{
color: #1F920B;
}
.AnyTagClassName
{
color: #1F920B;
}
</style>
background-color css
<style>
a { background-color: #1F920B; }
a { background-color: rgb(31,146,11); }
div.DivClassName
{
background-color: #1F920B;
}
.BgClassName
{
background-color: #1F920B;
}
</style>
border-color css
<style>
span { border-color: #1F920B; }
span { border-color: rgb(31,146,11); }
td.TdClassName
{
border-color: #1F920B;
}
.TagClassName
{
border-color: #1F920B;
}
</style>