Shades of Forest Green #028328
Tints of Forest Green #028328
RGB
CMYK
RGB Variations
Color information
#028328 (or 0x028328) is known color: Forest Green. HEX triplet: 02, 83 and 28. RGB value is (2,131,40). Sum of RGB (Red+Green+Blue) = 2+131+40=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #028328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028328 is #FD7CD7. Grayscale: #525252. Windows color (decimal): -16612568 or 2654978. OLE color: 2654978.
HSL color Cylindrical-coordinate representation of color #028328: hue angle of 137.67º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028328 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 131 | 40 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.49 |
| HSL | 137.67º | 0.97% | 0.26% | - |
| HSV(B) | 137.67º | 0.98% | 0.51% | - |
| XYZ | 8.52 | 16.4 | 4.72 | - |
| YUV | 82.06 | 104.26 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 40 | 0.98 | 0 | 0.69 | 0.49 | 137.67 | 0.97 | 0.26 |
| Hex | 2 | 83 | 28 | 62 | 0 | 45 | 31 | 8A | 61 | 1A |
| Octal | 2 | 203 | 50 | 142 | 0 | 105 | 61 | 212 | 141 | 32 |
| Binary | 10 | 10000011 | 101000 | 1100010 | 0 | 1000101 | 110001 | 10001010 | 1100001 | 11010 |
Color Harmonies of #028328
Complementary color
Monochromatic Colors of #028328
Black with #028328
Text Example
Text Example
White with #028328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028328; }
p { color: rgb(2,131,40); }
H1.HeaderClassName
{
color: #028328;
}
.AnyTagClassName
{
color: #028328;
}
</style>
background-color css
<style>
a { background-color: #028328; }
a { background-color: rgb(2,131,40); }
div.DivClassName
{
background-color: #028328;
}
.BgClassName
{
background-color: #028328;
}
</style>
border-color css
<style>
span { border-color: #028328; }
span { border-color: rgb(2,131,40); }
td.TdClassName
{
border-color: #028328;
}
.TagClassName
{
border-color: #028328;
}
</style>