Shades of Forest Green #019826
Tints of Forest Green #019826
RGB
CMYK
RGB Variations
Color information
#019826 (or 0x019826) is known color: Forest Green. HEX triplet: 01, 98 and 26. RGB value is (1,152,38). Sum of RGB (Red+Green+Blue) = 1+152+38=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 152 (59.77% from 255 or 79.58% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 152 - color contains mainly: green. Hex color #019826 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019826 is #FE67D9. Grayscale: #5E5E5E. Windows color (decimal): -16672730 or 2529281. OLE color: 2529281.
HSL color Cylindrical-coordinate representation of color #019826: hue angle of 134.7º 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 #019826 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 38 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.40 |
| HSL | 134.7º | 0.99% | 0.3% | - |
| HSV(B) | 134.7º | 0.99% | 0.6% | - |
| XYZ | 11.59 | 22.6 | 5.59 | - |
| YUV | 93.86 | 96.47 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 38 | 0.99 | 0 | 0.75 | 0.40 | 134.7 | 0.99 | 0.3 |
| Hex | 1 | 98 | 26 | 63 | 0 | 4B | 28 | 87 | 63 | 1E |
| Octal | 1 | 230 | 46 | 143 | 0 | 113 | 50 | 207 | 143 | 36 |
| Binary | 1 | 10011000 | 100110 | 1100011 | 0 | 1001011 | 101000 | 10000111 | 1100011 | 11110 |
Color Harmonies of #019826
Complementary color
Monochromatic Colors of #019826
Black with #019826
Text Example
Text Example
White with #019826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019826; }
p { color: rgb(1,152,38); }
H1.HeaderClassName
{
color: #019826;
}
.AnyTagClassName
{
color: #019826;
}
</style>
background-color css
<style>
a { background-color: #019826; }
a { background-color: rgb(1,152,38); }
div.DivClassName
{
background-color: #019826;
}
.BgClassName
{
background-color: #019826;
}
</style>
border-color css
<style>
span { border-color: #019826; }
span { border-color: rgb(1,152,38); }
td.TdClassName
{
border-color: #019826;
}
.TagClassName
{
border-color: #019826;
}
</style>