Shades of Forest Green #019326
Tints of Forest Green #019326
RGB
CMYK
RGB Variations
Color information
#019326 (or 0x019326) is known color: Forest Green. HEX triplet: 01, 93 and 26. RGB value is (1,147,38). Sum of RGB (Red+Green+Blue) = 1+147+38=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 147 (57.81% from 255 or 79.03% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 147 - color contains mainly: green. Hex color #019326 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019326 is #FE6CD9. Grayscale: #5B5B5B. Windows color (decimal): -16674010 or 2528001. OLE color: 2528001.
HSL color Cylindrical-coordinate representation of color #019326: hue angle of 135.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019326 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 38 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.42 |
| HSL | 135.21º | 0.99% | 0.29% | - |
| HSV(B) | 135.21º | 0.99% | 0.58% | - |
| XYZ | 10.8 | 21.01 | 5.32 | - |
| YUV | 90.92 | 98.13 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 38 | 0.99 | 0 | 0.74 | 0.42 | 135.21 | 0.99 | 0.29 |
| Hex | 1 | 93 | 26 | 63 | 0 | 4A | 2A | 87 | 63 | 1D |
| Octal | 1 | 223 | 46 | 143 | 0 | 112 | 52 | 207 | 143 | 35 |
| Binary | 1 | 10010011 | 100110 | 1100011 | 0 | 1001010 | 101010 | 10000111 | 1100011 | 11101 |
Color Harmonies of #019326
Complementary color
Monochromatic Colors of #019326
Black with #019326
Text Example
Text Example
White with #019326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019326; }
p { color: rgb(1,147,38); }
H1.HeaderClassName
{
color: #019326;
}
.AnyTagClassName
{
color: #019326;
}
</style>
background-color css
<style>
a { background-color: #019326; }
a { background-color: rgb(1,147,38); }
div.DivClassName
{
background-color: #019326;
}
.BgClassName
{
background-color: #019326;
}
</style>
border-color css
<style>
span { border-color: #019326; }
span { border-color: rgb(1,147,38); }
td.TdClassName
{
border-color: #019326;
}
.TagClassName
{
border-color: #019326;
}
</style>