Shades of Forest Green #02962B
Tints of Forest Green #02962B
RGB
CMYK
RGB Variations
Color information
#02962B (or 0x02962B) is known color: Forest Green. HEX triplet: 02, 96 and 2B. RGB value is (2,150,43). Sum of RGB (Red+Green+Blue) = 2+150+43=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 150 (58.98% from 255 or 76.92% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 150 - color contains mainly: green. Hex color #02962B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02962B is #FD69D4. Grayscale: #5D5D5D. Windows color (decimal): -16607701 or 2856450. OLE color: 2856450.
HSL color Cylindrical-coordinate representation of color #02962B: hue angle of 136.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02962B is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 150 | 43 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.41 |
| HSL | 136.62º | 0.97% | 0.3% | - |
| HSV(B) | 136.62º | 0.99% | 0.59% | - |
| XYZ | 11.37 | 22 | 5.93 | - |
| YUV | 93.55 | 99.47 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 43 | 0.99 | 0 | 0.71 | 0.41 | 136.62 | 0.97 | 0.3 |
| Hex | 2 | 96 | 2B | 63 | 0 | 47 | 29 | 89 | 61 | 1E |
| Octal | 2 | 226 | 53 | 143 | 0 | 107 | 51 | 211 | 141 | 36 |
| Binary | 10 | 10010110 | 101011 | 1100011 | 0 | 1000111 | 101001 | 10001001 | 1100001 | 11110 |
Color Harmonies of #02962B
Complementary color
Monochromatic Colors of #02962B
Black with #02962B
Text Example
Text Example
White with #02962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02962B; }
p { color: rgb(2,150,43); }
H1.HeaderClassName
{
color: #02962B;
}
.AnyTagClassName
{
color: #02962B;
}
</style>
background-color css
<style>
a { background-color: #02962B; }
a { background-color: rgb(2,150,43); }
div.DivClassName
{
background-color: #02962B;
}
.BgClassName
{
background-color: #02962B;
}
</style>
border-color css
<style>
span { border-color: #02962B; }
span { border-color: rgb(2,150,43); }
td.TdClassName
{
border-color: #02962B;
}
.TagClassName
{
border-color: #02962B;
}
</style>