Shades of Forest Green #06952A
Tints of Forest Green #06952A
RGB
CMYK
RGB Variations
Color information
#06952A (or 0x06952A) is known color: Forest Green. HEX triplet: 06, 95 and 2A. RGB value is (6,149,42). Sum of RGB (Red+Green+Blue) = 6+149+42=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #06952A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06952A is #F96AD5. Grayscale: #5E5E5E. Windows color (decimal): -16345814 or 2790662. OLE color: 2790662.
HSL color Cylindrical-coordinate representation of color #06952A: hue angle of 135.1º 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 #06952A is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 42 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.42 |
| HSL | 135.1º | 0.92% | 0.3% | - |
| HSV(B) | 135.1º | 0.96% | 0.58% | - |
| XYZ | 11.24 | 21.7 | 5.79 | - |
| YUV | 94.05 | 98.62 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 42 | 0.96 | 0 | 0.72 | 0.42 | 135.1 | 0.92 | 0.3 |
| Hex | 6 | 95 | 2A | 60 | 0 | 48 | 2A | 87 | 5C | 1E |
| Octal | 6 | 225 | 52 | 140 | 0 | 110 | 52 | 207 | 134 | 36 |
| Binary | 110 | 10010101 | 101010 | 1100000 | 0 | 1001000 | 101010 | 10000111 | 1011100 | 11110 |
Color Harmonies of #06952A
Complementary color
Monochromatic Colors of #06952A
Black with #06952A
Text Example
Text Example
White with #06952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06952A; }
p { color: rgb(6,149,42); }
H1.HeaderClassName
{
color: #06952A;
}
.AnyTagClassName
{
color: #06952A;
}
</style>
background-color css
<style>
a { background-color: #06952A; }
a { background-color: rgb(6,149,42); }
div.DivClassName
{
background-color: #06952A;
}
.BgClassName
{
background-color: #06952A;
}
</style>
border-color css
<style>
span { border-color: #06952A; }
span { border-color: rgb(6,149,42); }
td.TdClassName
{
border-color: #06952A;
}
.TagClassName
{
border-color: #06952A;
}
</style>