Shades of Forest Green #1F963C
Tints of Forest Green #1F963C
RGB
CMYK
RGB Variations
Color information
#1F963C (or 0x1F963C) is known color: Forest Green. HEX triplet: 1F, 96 and 3C. RGB value is (31,150,60). Sum of RGB (Red+Green+Blue) = 31+150+60=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #1F963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F963C is #E069C3. Grayscale: #686868. Windows color (decimal): -14707140 or 3970591. OLE color: 3970591.
HSL color Cylindrical-coordinate representation of color #1F963C: hue angle of 134.62º 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 #1F963C is Cyan = 0.79, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 60 | - |
| CMYK | 0.79 | 0 | 0.6 | 0.41 |
| HSL | 134.62º | 0.66% | 0.35% | - |
| HSV(B) | 134.62º | 0.79% | 0.59% | - |
| XYZ | 12.29 | 22.43 | 7.96 | - |
| YUV | 104.16 | 103.08 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 60 | 0.79 | 0 | 0.6 | 0.41 | 134.62 | 0.66 | 0.35 |
| Hex | 1F | 96 | 3C | 4F | 0 | 3C | 29 | 87 | 42 | 23 |
| Octal | 37 | 226 | 74 | 117 | 0 | 74 | 51 | 207 | 102 | 43 |
| Binary | 11111 | 10010110 | 111100 | 1001111 | 0 | 111100 | 101001 | 10000111 | 1000010 | 100011 |
Color Harmonies of #1F963C
Complementary color
Monochromatic Colors of #1F963C
Black with #1F963C
Text Example
Text Example
White with #1F963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F963C; }
p { color: rgb(31,150,60); }
H1.HeaderClassName
{
color: #1F963C;
}
.AnyTagClassName
{
color: #1F963C;
}
</style>
background-color css
<style>
a { background-color: #1F963C; }
a { background-color: rgb(31,150,60); }
div.DivClassName
{
background-color: #1F963C;
}
.BgClassName
{
background-color: #1F963C;
}
</style>
border-color css
<style>
span { border-color: #1F963C; }
span { border-color: rgb(31,150,60); }
td.TdClassName
{
border-color: #1F963C;
}
.TagClassName
{
border-color: #1F963C;
}
</style>