Shades of Forest Green #1F952B
Tints of Forest Green #1F952B
RGB
CMYK
RGB Variations
Color information
#1F952B (or 0x1F952B) is known color: Forest Green. HEX triplet: 1F, 95 and 2B. RGB value is (31,149,43). Sum of RGB (Red+Green+Blue) = 31+149+43=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #1F952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F952B is #E06AD4. Grayscale: #656565. Windows color (decimal): -14707413 or 2856223. OLE color: 2856223.
HSL color Cylindrical-coordinate representation of color #1F952B: hue angle of 126.1º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F952B is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 43 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.42 |
| HSL | 126.1º | 0.66% | 0.35% | - |
| HSV(B) | 126.1º | 0.79% | 0.58% | - |
| XYZ | 11.75 | 21.96 | 5.91 | - |
| YUV | 101.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 43 | 0.79 | 0 | 0.71 | 0.42 | 126.1 | 0.66 | 0.35 |
| Hex | 1F | 95 | 2B | 4F | 0 | 47 | 2A | 7E | 42 | 23 |
| Octal | 37 | 225 | 53 | 117 | 0 | 107 | 52 | 176 | 102 | 43 |
| Binary | 11111 | 10010101 | 101011 | 1001111 | 0 | 1000111 | 101010 | 1111110 | 1000010 | 100011 |
Color Harmonies of #1F952B
Complementary color
Monochromatic Colors of #1F952B
Black with #1F952B
Text Example
Text Example
White with #1F952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F952B; }
p { color: rgb(31,149,43); }
H1.HeaderClassName
{
color: #1F952B;
}
.AnyTagClassName
{
color: #1F952B;
}
</style>
background-color css
<style>
a { background-color: #1F952B; }
a { background-color: rgb(31,149,43); }
div.DivClassName
{
background-color: #1F952B;
}
.BgClassName
{
background-color: #1F952B;
}
</style>
border-color css
<style>
span { border-color: #1F952B; }
span { border-color: rgb(31,149,43); }
td.TdClassName
{
border-color: #1F952B;
}
.TagClassName
{
border-color: #1F952B;
}
</style>