Shades of Forest Green #1F830B
Tints of Forest Green #1F830B
RGB
CMYK
RGB Variations
Color information
#1F830B (or 0x1F830B) is known color: Forest Green. HEX triplet: 1F, 83 and 0B. RGB value is (31,131,11). Sum of RGB (Red+Green+Blue) = 31+131+11=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #1F830B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F830B is #E07CF4. Grayscale: #575757. Windows color (decimal): -14712053 or 754463. OLE color: 754463.
HSL color Cylindrical-coordinate representation of color #1F830B: hue angle of 110º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F830B is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 11 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.49 |
| HSL | 110º | 0.85% | 0.28% | - |
| HSV(B) | 110º | 0.92% | 0.51% | - |
| XYZ | 8.74 | 16.55 | 3.05 | - |
| YUV | 87.42 | 84.87 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 11 | 0.76 | 0 | 0.92 | 0.49 | 110 | 0.85 | 0.28 |
| Hex | 1F | 83 | B | 4C | 0 | 5C | 31 | 6E | 55 | 1C |
| Octal | 37 | 203 | 13 | 114 | 0 | 134 | 61 | 156 | 125 | 34 |
| Binary | 11111 | 10000011 | 1011 | 1001100 | 0 | 1011100 | 110001 | 1101110 | 1010101 | 11100 |
Color Harmonies of #1F830B
Complementary color
Monochromatic Colors of #1F830B
Black with #1F830B
Text Example
Text Example
White with #1F830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F830B; }
p { color: rgb(31,131,11); }
H1.HeaderClassName
{
color: #1F830B;
}
.AnyTagClassName
{
color: #1F830B;
}
</style>
background-color css
<style>
a { background-color: #1F830B; }
a { background-color: rgb(31,131,11); }
div.DivClassName
{
background-color: #1F830B;
}
.BgClassName
{
background-color: #1F830B;
}
</style>
border-color css
<style>
span { border-color: #1F830B; }
span { border-color: rgb(31,131,11); }
td.TdClassName
{
border-color: #1F830B;
}
.TagClassName
{
border-color: #1F830B;
}
</style>