Shades of Forest Green #02862A
Tints of Forest Green #02862A
RGB
CMYK
RGB Variations
Color information
#02862A (or 0x02862A) is known color: Forest Green. HEX triplet: 02, 86 and 2A. RGB value is (2,134,42). Sum of RGB (Red+Green+Blue) = 2+134+42=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 134 (52.73% from 255 or 75.28% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 134 - color contains mainly: green. Hex color #02862A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02862A is #FD79D5. Grayscale: #545454. Windows color (decimal): -16611798 or 2786818. OLE color: 2786818.
HSL color Cylindrical-coordinate representation of color #02862A: hue angle of 138.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02862A is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 134 | 42 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.47 |
| HSL | 138.18º | 0.97% | 0.27% | - |
| HSV(B) | 138.18º | 0.99% | 0.53% | - |
| XYZ | 8.97 | 17.23 | 5.04 | - |
| YUV | 84.04 | 104.27 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 42 | 0.99 | 0 | 0.69 | 0.47 | 138.18 | 0.97 | 0.27 |
| Hex | 2 | 86 | 2A | 63 | 0 | 45 | 2F | 8A | 61 | 1B |
| Octal | 2 | 206 | 52 | 143 | 0 | 105 | 57 | 212 | 141 | 33 |
| Binary | 10 | 10000110 | 101010 | 1100011 | 0 | 1000101 | 101111 | 10001010 | 1100001 | 11011 |
Color Harmonies of #02862A
Complementary color
Monochromatic Colors of #02862A
Black with #02862A
Text Example
Text Example
White with #02862A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02862A; }
p { color: rgb(2,134,42); }
H1.HeaderClassName
{
color: #02862A;
}
.AnyTagClassName
{
color: #02862A;
}
</style>
background-color css
<style>
a { background-color: #02862A; }
a { background-color: rgb(2,134,42); }
div.DivClassName
{
background-color: #02862A;
}
.BgClassName
{
background-color: #02862A;
}
</style>
border-color css
<style>
span { border-color: #02862A; }
span { border-color: rgb(2,134,42); }
td.TdClassName
{
border-color: #02862A;
}
.TagClassName
{
border-color: #02862A;
}
</style>