Shades of Forest Green #1FAD2D
Tints of Forest Green #1FAD2D
RGB
CMYK
RGB Variations
Color information
#1FAD2D (or 0x1FAD2D) is known color: Forest Green. HEX triplet: 1F, AD and 2D. RGB value is (31,173,45). Sum of RGB (Red+Green+Blue) = 31+173+45=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD2D is #E052D2. Grayscale: #747474. Windows color (decimal): -14701267 or 2993439. OLE color: 2993439.
HSL color Cylindrical-coordinate representation of color #1FAD2D: hue angle of 125.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD2D is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 45 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.32 |
| HSL | 125.92º | 0.7% | 0.4% | - |
| HSV(B) | 125.92º | 0.82% | 0.68% | - |
| XYZ | 15.98 | 30.37 | 7.5 | - |
| YUV | 115.95 | 87.96 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 45 | 0.82 | 0 | 0.74 | 0.32 | 125.92 | 0.7 | 0.4 |
| Hex | 1F | AD | 2D | 52 | 0 | 4A | 20 | 7E | 46 | 28 |
| Octal | 37 | 255 | 55 | 122 | 0 | 112 | 40 | 176 | 106 | 50 |
| Binary | 11111 | 10101101 | 101101 | 1010010 | 0 | 1001010 | 100000 | 1111110 | 1000110 | 101000 |
Color Harmonies of #1FAD2D
Complementary color
Monochromatic Colors of #1FAD2D
Black with #1FAD2D
Text Example
Text Example
White with #1FAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD2D; }
p { color: rgb(31,173,45); }
H1.HeaderClassName
{
color: #1FAD2D;
}
.AnyTagClassName
{
color: #1FAD2D;
}
</style>
background-color css
<style>
a { background-color: #1FAD2D; }
a { background-color: rgb(31,173,45); }
div.DivClassName
{
background-color: #1FAD2D;
}
.BgClassName
{
background-color: #1FAD2D;
}
</style>
border-color css
<style>
span { border-color: #1FAD2D; }
span { border-color: rgb(31,173,45); }
td.TdClassName
{
border-color: #1FAD2D;
}
.TagClassName
{
border-color: #1FAD2D;
}
</style>