Shades of Forest Green #1FAD1C
Tints of Forest Green #1FAD1C
RGB
CMYK
RGB Variations
Color information
#1FAD1C (or 0x1FAD1C) is known color: Forest Green. HEX triplet: 1F, AD and 1C. RGB value is (31,173,28). Sum of RGB (Red+Green+Blue) = 31+173+28=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD1C is #E052E3. Grayscale: #727272. Windows color (decimal): -14701284 or 1879327. OLE color: 1879327.
HSL color Cylindrical-coordinate representation of color #1FAD1C: hue angle of 118.76º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FAD1C is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 28 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.32 |
| HSL | 118.76º | 0.72% | 0.39% | - |
| HSV(B) | 118.76º | 0.84% | 0.68% | - |
| XYZ | 15.72 | 30.26 | 6.11 | - |
| YUV | 114.01 | 79.46 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 28 | 0.82 | 0 | 0.84 | 0.32 | 118.76 | 0.72 | 0.39 |
| Hex | 1F | AD | 1C | 52 | 0 | 54 | 20 | 77 | 48 | 27 |
| Octal | 37 | 255 | 34 | 122 | 0 | 124 | 40 | 167 | 110 | 47 |
| Binary | 11111 | 10101101 | 11100 | 1010010 | 0 | 1010100 | 100000 | 1110111 | 1001000 | 100111 |
Color Harmonies of #1FAD1C
Complementary color
Monochromatic Colors of #1FAD1C
Black with #1FAD1C
Text Example
Text Example
White with #1FAD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD1C; }
p { color: rgb(31,173,28); }
H1.HeaderClassName
{
color: #1FAD1C;
}
.AnyTagClassName
{
color: #1FAD1C;
}
</style>
background-color css
<style>
a { background-color: #1FAD1C; }
a { background-color: rgb(31,173,28); }
div.DivClassName
{
background-color: #1FAD1C;
}
.BgClassName
{
background-color: #1FAD1C;
}
</style>
border-color css
<style>
span { border-color: #1FAD1C; }
span { border-color: rgb(31,173,28); }
td.TdClassName
{
border-color: #1FAD1C;
}
.TagClassName
{
border-color: #1FAD1C;
}
</style>