Shades of Forest Green #02952A
Tints of Forest Green #02952A
RGB
CMYK
RGB Variations
Color information
#02952A (or 0x02952A) is known color: Forest Green. HEX triplet: 02, 95 and 2A. RGB value is (2,149,42). Sum of RGB (Red+Green+Blue) = 2+149+42=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #02952A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02952A is #FD6AD5. Grayscale: #5D5D5D. Windows color (decimal): -16607958 or 2790658. OLE color: 2790658.
HSL color Cylindrical-coordinate representation of color #02952A: hue angle of 136.33º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02952A is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 149 | 42 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.42 |
| HSL | 136.33º | 0.97% | 0.3% | - |
| HSV(B) | 136.33º | 0.99% | 0.58% | - |
| XYZ | 11.19 | 21.67 | 5.78 | - |
| YUV | 92.85 | 99.3 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 42 | 0.99 | 0 | 0.72 | 0.42 | 136.33 | 0.97 | 0.3 |
| Hex | 2 | 95 | 2A | 63 | 0 | 48 | 2A | 88 | 61 | 1E |
| Octal | 2 | 225 | 52 | 143 | 0 | 110 | 52 | 210 | 141 | 36 |
| Binary | 10 | 10010101 | 101010 | 1100011 | 0 | 1001000 | 101010 | 10001000 | 1100001 | 11110 |
Color Harmonies of #02952A
Complementary color
Monochromatic Colors of #02952A
Black with #02952A
Text Example
Text Example
White with #02952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02952A; }
p { color: rgb(2,149,42); }
H1.HeaderClassName
{
color: #02952A;
}
.AnyTagClassName
{
color: #02952A;
}
</style>
background-color css
<style>
a { background-color: #02952A; }
a { background-color: rgb(2,149,42); }
div.DivClassName
{
background-color: #02952A;
}
.BgClassName
{
background-color: #02952A;
}
</style>
border-color css
<style>
span { border-color: #02952A; }
span { border-color: rgb(2,149,42); }
td.TdClassName
{
border-color: #02952A;
}
.TagClassName
{
border-color: #02952A;
}
</style>