Shades of Forest Green #1FAD23
Tints of Forest Green #1FAD23
RGB
CMYK
RGB Variations
Color information
#1FAD23 (or 0x1FAD23) is known color: Forest Green. HEX triplet: 1F, AD and 23. RGB value is (31,173,35). Sum of RGB (Red+Green+Blue) = 31+173+35=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 173 (67.97% from 255 or 72.38% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD23 is #E052DC. Grayscale: #737373. Windows color (decimal): -14701277 or 2338079. OLE color: 2338079.
HSL color Cylindrical-coordinate representation of color #1FAD23: hue angle of 121.69º 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 #1FAD23 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 35 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.32 |
| HSL | 121.69º | 0.7% | 0.4% | - |
| HSV(B) | 121.69º | 0.82% | 0.68% | - |
| XYZ | 15.81 | 30.3 | 6.61 | - |
| YUV | 114.81 | 82.96 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 35 | 0.82 | 0 | 0.80 | 0.32 | 121.69 | 0.7 | 0.4 |
| Hex | 1F | AD | 23 | 52 | 0 | 50 | 20 | 7A | 46 | 28 |
| Octal | 37 | 255 | 43 | 122 | 0 | 120 | 40 | 172 | 106 | 50 |
| Binary | 11111 | 10101101 | 100011 | 1010010 | 0 | 1010000 | 100000 | 1111010 | 1000110 | 101000 |
Color Harmonies of #1FAD23
Complementary color
Monochromatic Colors of #1FAD23
Black with #1FAD23
Text Example
Text Example
White with #1FAD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD23; }
p { color: rgb(31,173,35); }
H1.HeaderClassName
{
color: #1FAD23;
}
.AnyTagClassName
{
color: #1FAD23;
}
</style>
background-color css
<style>
a { background-color: #1FAD23; }
a { background-color: rgb(31,173,35); }
div.DivClassName
{
background-color: #1FAD23;
}
.BgClassName
{
background-color: #1FAD23;
}
</style>
border-color css
<style>
span { border-color: #1FAD23; }
span { border-color: rgb(31,173,35); }
td.TdClassName
{
border-color: #1FAD23;
}
.TagClassName
{
border-color: #1FAD23;
}
</style>