Shades of Forest Green #06992A
Tints of Forest Green #06992A
RGB
CMYK
RGB Variations
Color information
#06992A (or 0x06992A) is known color: Forest Green. HEX triplet: 06, 99 and 2A. RGB value is (6,153,42). Sum of RGB (Red+Green+Blue) = 6+153+42=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 153 (60.16% from 255 or 76.12% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 153 - color contains mainly: green. Hex color #06992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06992A is #F966D5. Grayscale: #606060. Windows color (decimal): -16344790 or 2791686. OLE color: 2791686.
HSL color Cylindrical-coordinate representation of color #06992A: hue angle of 134.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06992A is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 42 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.4 |
| HSL | 134.69º | 0.92% | 0.31% | - |
| HSV(B) | 134.69º | 0.96% | 0.6% | - |
| XYZ | 11.88 | 22.99 | 6 | - |
| YUV | 96.39 | 97.3 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 42 | 0.96 | 0 | 0.73 | 0.4 | 134.69 | 0.92 | 0.31 |
| Hex | 6 | 99 | 2A | 60 | 0 | 49 | 28 | 87 | 5C | 1F |
| Octal | 6 | 231 | 52 | 140 | 0 | 111 | 50 | 207 | 134 | 37 |
| Binary | 110 | 10011001 | 101010 | 1100000 | 0 | 1001001 | 101000 | 10000111 | 1011100 | 11111 |
Color Harmonies of #06992A
Complementary color
Monochromatic Colors of #06992A
Black with #06992A
Text Example
Text Example
White with #06992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06992A; }
p { color: rgb(6,153,42); }
H1.HeaderClassName
{
color: #06992A;
}
.AnyTagClassName
{
color: #06992A;
}
</style>
background-color css
<style>
a { background-color: #06992A; }
a { background-color: rgb(6,153,42); }
div.DivClassName
{
background-color: #06992A;
}
.BgClassName
{
background-color: #06992A;
}
</style>
border-color css
<style>
span { border-color: #06992A; }
span { border-color: rgb(6,153,42); }
td.TdClassName
{
border-color: #06992A;
}
.TagClassName
{
border-color: #06992A;
}
</style>