Shades of Forest Green #05992A
Tints of Forest Green #05992A
RGB
CMYK
RGB Variations
Color information
#05992A (or 0x05992A) is known color: Forest Green. HEX triplet: 05, 99 and 2A. RGB value is (5,153,42). Sum of RGB (Red+Green+Blue) = 5+153+42=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 153 (60.16% from 255 or 76.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 153 - color contains mainly: green. Hex color #05992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05992A is #FA66D5. Grayscale: #606060. Windows color (decimal): -16410326 or 2791685. OLE color: 2791685.
HSL color Cylindrical-coordinate representation of color #05992A: hue angle of 135º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05992A is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 153 | 42 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.4 |
| HSL | 135º | 0.94% | 0.31% | - |
| HSV(B) | 135º | 0.97% | 0.6% | - |
| XYZ | 11.87 | 22.98 | 6 | - |
| YUV | 96.09 | 97.47 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 42 | 0.97 | 0 | 0.73 | 0.4 | 135 | 0.94 | 0.31 |
| Hex | 5 | 99 | 2A | 61 | 0 | 49 | 28 | 87 | 5E | 1F |
| Octal | 5 | 231 | 52 | 141 | 0 | 111 | 50 | 207 | 136 | 37 |
| Binary | 101 | 10011001 | 101010 | 1100001 | 0 | 1001001 | 101000 | 10000111 | 1011110 | 11111 |
Color Harmonies of #05992A
Complementary color
Monochromatic Colors of #05992A
Black with #05992A
Text Example
Text Example
White with #05992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05992A; }
p { color: rgb(5,153,42); }
H1.HeaderClassName
{
color: #05992A;
}
.AnyTagClassName
{
color: #05992A;
}
</style>
background-color css
<style>
a { background-color: #05992A; }
a { background-color: rgb(5,153,42); }
div.DivClassName
{
background-color: #05992A;
}
.BgClassName
{
background-color: #05992A;
}
</style>
border-color css
<style>
span { border-color: #05992A; }
span { border-color: rgb(5,153,42); }
td.TdClassName
{
border-color: #05992A;
}
.TagClassName
{
border-color: #05992A;
}
</style>