Shades of Forest Green #019226
Tints of Forest Green #019226
RGB
CMYK
RGB Variations
Color information
#019226 (or 0x019226) is known color: Forest Green. HEX triplet: 01, 92 and 26. RGB value is (1,146,38). Sum of RGB (Red+Green+Blue) = 1+146+38=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 146 (57.42% from 255 or 78.92% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 146 - color contains mainly: green. Hex color #019226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019226 is #FE6DD9. Grayscale: #5A5A5A. Windows color (decimal): -16674266 or 2527745. OLE color: 2527745.
HSL color Cylindrical-coordinate representation of color #019226: hue angle of 135.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019226 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 146 | 38 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.43 |
| HSL | 135.31º | 0.99% | 0.29% | - |
| HSV(B) | 135.31º | 0.99% | 0.57% | - |
| XYZ | 10.64 | 20.7 | 5.27 | - |
| YUV | 90.33 | 98.46 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 38 | 0.99 | 0 | 0.74 | 0.43 | 135.31 | 0.99 | 0.29 |
| Hex | 1 | 92 | 26 | 63 | 0 | 4A | 2B | 87 | 63 | 1D |
| Octal | 1 | 222 | 46 | 143 | 0 | 112 | 53 | 207 | 143 | 35 |
| Binary | 1 | 10010010 | 100110 | 1100011 | 0 | 1001010 | 101011 | 10000111 | 1100011 | 11101 |
Color Harmonies of #019226
Complementary color
Monochromatic Colors of #019226
Black with #019226
Text Example
Text Example
White with #019226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019226; }
p { color: rgb(1,146,38); }
H1.HeaderClassName
{
color: #019226;
}
.AnyTagClassName
{
color: #019226;
}
</style>
background-color css
<style>
a { background-color: #019226; }
a { background-color: rgb(1,146,38); }
div.DivClassName
{
background-color: #019226;
}
.BgClassName
{
background-color: #019226;
}
</style>
border-color css
<style>
span { border-color: #019226; }
span { border-color: rgb(1,146,38); }
td.TdClassName
{
border-color: #019226;
}
.TagClassName
{
border-color: #019226;
}
</style>