Shades of Forest Green #03952B
Tints of Forest Green #03952B
RGB
CMYK
RGB Variations
Color information
#03952B (or 0x03952B) is known color: Forest Green. HEX triplet: 03, 95 and 2B. RGB value is (3,149,43). Sum of RGB (Red+Green+Blue) = 3+149+43=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #03952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03952B is #FC6AD4. Grayscale: #5D5D5D. Windows color (decimal): -16542421 or 2856195. OLE color: 2856195.
HSL color Cylindrical-coordinate representation of color #03952B: hue angle of 136.44º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03952B is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 43 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.42 |
| HSL | 136.44º | 0.96% | 0.3% | - |
| HSV(B) | 136.44º | 0.98% | 0.58% | - |
| XYZ | 11.22 | 21.69 | 5.88 | - |
| YUV | 93.26 | 99.63 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 43 | 0.98 | 0 | 0.71 | 0.42 | 136.44 | 0.96 | 0.3 |
| Hex | 3 | 95 | 2B | 62 | 0 | 47 | 2A | 88 | 60 | 1E |
| Octal | 3 | 225 | 53 | 142 | 0 | 107 | 52 | 210 | 140 | 36 |
| Binary | 11 | 10010101 | 101011 | 1100010 | 0 | 1000111 | 101010 | 10001000 | 1100000 | 11110 |
Color Harmonies of #03952B
Complementary color
Monochromatic Colors of #03952B
Black with #03952B
Text Example
Text Example
White with #03952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03952B; }
p { color: rgb(3,149,43); }
H1.HeaderClassName
{
color: #03952B;
}
.AnyTagClassName
{
color: #03952B;
}
</style>
background-color css
<style>
a { background-color: #03952B; }
a { background-color: rgb(3,149,43); }
div.DivClassName
{
background-color: #03952B;
}
.BgClassName
{
background-color: #03952B;
}
</style>
border-color css
<style>
span { border-color: #03952B; }
span { border-color: rgb(3,149,43); }
td.TdClassName
{
border-color: #03952B;
}
.TagClassName
{
border-color: #03952B;
}
</style>