Shades of Forest Green #06952F
Tints of Forest Green #06952F
RGB
CMYK
RGB Variations
Color information
#06952F (or 0x06952F) is known color: Forest Green. HEX triplet: 06, 95 and 2F. RGB value is (6,149,47). Sum of RGB (Red+Green+Blue) = 6+149+47=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 149 (58.59% from 255 or 73.76% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 149 - color contains mainly: green. Hex color #06952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06952F is #F96AD0. Grayscale: #5E5E5E. Windows color (decimal): -16345809 or 3118342. OLE color: 3118342.
HSL color Cylindrical-coordinate representation of color #06952F: hue angle of 137.2º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06952F is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 47 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.42 |
| HSL | 137.2º | 0.92% | 0.3% | - |
| HSV(B) | 137.2º | 0.96% | 0.58% | - |
| XYZ | 11.34 | 21.74 | 6.29 | - |
| YUV | 94.62 | 101.12 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 47 | 0.96 | 0 | 0.68 | 0.42 | 137.2 | 0.92 | 0.3 |
| Hex | 6 | 95 | 2F | 60 | 0 | 44 | 2A | 89 | 5C | 1E |
| Octal | 6 | 225 | 57 | 140 | 0 | 104 | 52 | 211 | 134 | 36 |
| Binary | 110 | 10010101 | 101111 | 1100000 | 0 | 1000100 | 101010 | 10001001 | 1011100 | 11110 |
Color Harmonies of #06952F
Complementary color
Monochromatic Colors of #06952F
Black with #06952F
Text Example
Text Example
White with #06952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06952F; }
p { color: rgb(6,149,47); }
H1.HeaderClassName
{
color: #06952F;
}
.AnyTagClassName
{
color: #06952F;
}
</style>
background-color css
<style>
a { background-color: #06952F; }
a { background-color: rgb(6,149,47); }
div.DivClassName
{
background-color: #06952F;
}
.BgClassName
{
background-color: #06952F;
}
</style>
border-color css
<style>
span { border-color: #06952F; }
span { border-color: rgb(6,149,47); }
td.TdClassName
{
border-color: #06952F;
}
.TagClassName
{
border-color: #06952F;
}
</style>