Shades of Forest Green #1F962B
Tints of Forest Green #1F962B
RGB
CMYK
RGB Variations
Color information
#1F962B (or 0x1F962B) is known color: Forest Green. HEX triplet: 1F, 96 and 2B. RGB value is (31,150,43). Sum of RGB (Red+Green+Blue) = 31+150+43=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #1F962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F962B is #E069D4. Grayscale: #666666. Windows color (decimal): -14707157 or 2856479. OLE color: 2856479.
HSL color Cylindrical-coordinate representation of color #1F962B: hue angle of 126.05º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F962B is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 43 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.41 |
| HSL | 126.05º | 0.66% | 0.35% | - |
| HSV(B) | 126.05º | 0.79% | 0.59% | - |
| XYZ | 11.91 | 22.28 | 5.96 | - |
| YUV | 102.22 | 94.58 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 43 | 0.79 | 0 | 0.71 | 0.41 | 126.05 | 0.66 | 0.35 |
| Hex | 1F | 96 | 2B | 4F | 0 | 47 | 29 | 7E | 42 | 23 |
| Octal | 37 | 226 | 53 | 117 | 0 | 107 | 51 | 176 | 102 | 43 |
| Binary | 11111 | 10010110 | 101011 | 1001111 | 0 | 1000111 | 101001 | 1111110 | 1000010 | 100011 |
Color Harmonies of #1F962B
Complementary color
Monochromatic Colors of #1F962B
Black with #1F962B
Text Example
Text Example
White with #1F962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F962B; }
p { color: rgb(31,150,43); }
H1.HeaderClassName
{
color: #1F962B;
}
.AnyTagClassName
{
color: #1F962B;
}
</style>
background-color css
<style>
a { background-color: #1F962B; }
a { background-color: rgb(31,150,43); }
div.DivClassName
{
background-color: #1F962B;
}
.BgClassName
{
background-color: #1F962B;
}
</style>
border-color css
<style>
span { border-color: #1F962B; }
span { border-color: rgb(31,150,43); }
td.TdClassName
{
border-color: #1F962B;
}
.TagClassName
{
border-color: #1F962B;
}
</style>