Shades of Forest Green #019824
Tints of Forest Green #019824
RGB
CMYK
RGB Variations
Color information
#019824 (or 0x019824) is known color: Forest Green. HEX triplet: 01, 98 and 24. RGB value is (1,152,36). Sum of RGB (Red+Green+Blue) = 1+152+36=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 152 (59.77% from 255 or 80.42% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 152 - color contains mainly: green. Hex color #019824 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019824 is #FE67DB. Grayscale: #5D5D5D. Windows color (decimal): -16672732 or 2398209. OLE color: 2398209.
HSL color Cylindrical-coordinate representation of color #019824: hue angle of 133.91º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019824 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 36 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.40 |
| HSL | 133.91º | 0.99% | 0.3% | - |
| HSV(B) | 133.91º | 0.99% | 0.6% | - |
| XYZ | 11.56 | 22.59 | 5.42 | - |
| YUV | 93.63 | 95.47 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 36 | 0.99 | 0 | 0.76 | 0.40 | 133.91 | 0.99 | 0.3 |
| Hex | 1 | 98 | 24 | 63 | 0 | 4C | 28 | 86 | 63 | 1E |
| Octal | 1 | 230 | 44 | 143 | 0 | 114 | 50 | 206 | 143 | 36 |
| Binary | 1 | 10011000 | 100100 | 1100011 | 0 | 1001100 | 101000 | 10000110 | 1100011 | 11110 |
Color Harmonies of #019824
Complementary color
Monochromatic Colors of #019824
Black with #019824
Text Example
Text Example
White with #019824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019824; }
p { color: rgb(1,152,36); }
H1.HeaderClassName
{
color: #019824;
}
.AnyTagClassName
{
color: #019824;
}
</style>
background-color css
<style>
a { background-color: #019824; }
a { background-color: rgb(1,152,36); }
div.DivClassName
{
background-color: #019824;
}
.BgClassName
{
background-color: #019824;
}
</style>
border-color css
<style>
span { border-color: #019824; }
span { border-color: rgb(1,152,36); }
td.TdClassName
{
border-color: #019824;
}
.TagClassName
{
border-color: #019824;
}
</style>