Shades of Forest Green #028426
Tints of Forest Green #028426
RGB
CMYK
RGB Variations
Color information
#028426 (or 0x028426) is known color: Forest Green. HEX triplet: 02, 84 and 26. RGB value is (2,132,38). Sum of RGB (Red+Green+Blue) = 2+132+38=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 132 (51.95% from 255 or 76.74% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 132 - color contains mainly: green. Hex color #028426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028426 is #FD7BD9. Grayscale: #525252. Windows color (decimal): -16612314 or 2524162. OLE color: 2524162.
HSL color Cylindrical-coordinate representation of color #028426: hue angle of 136.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028426 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 132 | 38 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.48 |
| HSL | 136.62º | 0.97% | 0.26% | - |
| HSV(B) | 136.62º | 0.98% | 0.52% | - |
| XYZ | 8.63 | 16.66 | 4.59 | - |
| YUV | 82.41 | 102.93 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 38 | 0.98 | 0 | 0.71 | 0.48 | 136.62 | 0.97 | 0.26 |
| Hex | 2 | 84 | 26 | 62 | 0 | 47 | 30 | 89 | 61 | 1A |
| Octal | 2 | 204 | 46 | 142 | 0 | 107 | 60 | 211 | 141 | 32 |
| Binary | 10 | 10000100 | 100110 | 1100010 | 0 | 1000111 | 110000 | 10001001 | 1100001 | 11010 |
Color Harmonies of #028426
Complementary color
Monochromatic Colors of #028426
Black with #028426
Text Example
Text Example
White with #028426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028426; }
p { color: rgb(2,132,38); }
H1.HeaderClassName
{
color: #028426;
}
.AnyTagClassName
{
color: #028426;
}
</style>
background-color css
<style>
a { background-color: #028426; }
a { background-color: rgb(2,132,38); }
div.DivClassName
{
background-color: #028426;
}
.BgClassName
{
background-color: #028426;
}
</style>
border-color css
<style>
span { border-color: #028426; }
span { border-color: rgb(2,132,38); }
td.TdClassName
{
border-color: #028426;
}
.TagClassName
{
border-color: #028426;
}
</style>