Shades of Forest Green #06952B
Tints of Forest Green #06952B
RGB
CMYK
RGB Variations
Color information
#06952B (or 0x06952B) is known color: Forest Green. HEX triplet: 06, 95 and 2B. RGB value is (6,149,43). Sum of RGB (Red+Green+Blue) = 6+149+43=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #06952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06952B is #F96AD4. Grayscale: #5E5E5E. Windows color (decimal): -16345813 or 2856198. OLE color: 2856198.
HSL color Cylindrical-coordinate representation of color #06952B: hue angle of 135.52º 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 #06952B is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 43 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.42 |
| HSL | 135.52º | 0.92% | 0.3% | - |
| HSV(B) | 135.52º | 0.96% | 0.58% | - |
| XYZ | 11.26 | 21.71 | 5.88 | - |
| YUV | 94.16 | 99.12 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 43 | 0.96 | 0 | 0.71 | 0.42 | 135.52 | 0.92 | 0.3 |
| Hex | 6 | 95 | 2B | 60 | 0 | 47 | 2A | 88 | 5C | 1E |
| Octal | 6 | 225 | 53 | 140 | 0 | 107 | 52 | 210 | 134 | 36 |
| Binary | 110 | 10010101 | 101011 | 1100000 | 0 | 1000111 | 101010 | 10001000 | 1011100 | 11110 |
Color Harmonies of #06952B
Complementary color
Monochromatic Colors of #06952B
Black with #06952B
Text Example
Text Example
White with #06952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06952B; }
p { color: rgb(6,149,43); }
H1.HeaderClassName
{
color: #06952B;
}
.AnyTagClassName
{
color: #06952B;
}
</style>
background-color css
<style>
a { background-color: #06952B; }
a { background-color: rgb(6,149,43); }
div.DivClassName
{
background-color: #06952B;
}
.BgClassName
{
background-color: #06952B;
}
</style>
border-color css
<style>
span { border-color: #06952B; }
span { border-color: rgb(6,149,43); }
td.TdClassName
{
border-color: #06952B;
}
.TagClassName
{
border-color: #06952B;
}
</style>