Shades of Forest Green #05942D
Tints of Forest Green #05942D
RGB
CMYK
RGB Variations
Color information
#05942D (or 0x05942D) is known color: Forest Green. HEX triplet: 05, 94 and 2D. RGB value is (5,148,45). Sum of RGB (Red+Green+Blue) = 5+148+45=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 148 (58.20% from 255 or 74.75% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 148 - color contains mainly: green. Hex color #05942D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05942D is #FA6BD2. Grayscale: #5D5D5D. Windows color (decimal): -16411603 or 2987013. OLE color: 2987013.
HSL color Cylindrical-coordinate representation of color #05942D: hue angle of 136.78º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05942D is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 45 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.42 |
| HSL | 136.78º | 0.93% | 0.3% | - |
| HSV(B) | 136.78º | 0.97% | 0.58% | - |
| XYZ | 11.13 | 21.4 | 6.03 | - |
| YUV | 93.5 | 100.62 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 45 | 0.97 | 0 | 0.70 | 0.42 | 136.78 | 0.93 | 0.3 |
| Hex | 5 | 94 | 2D | 61 | 0 | 46 | 2A | 89 | 5D | 1E |
| Octal | 5 | 224 | 55 | 141 | 0 | 106 | 52 | 211 | 135 | 36 |
| Binary | 101 | 10010100 | 101101 | 1100001 | 0 | 1000110 | 101010 | 10001001 | 1011101 | 11110 |
Color Harmonies of #05942D
Complementary color
Monochromatic Colors of #05942D
Black with #05942D
Text Example
Text Example
White with #05942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05942D; }
p { color: rgb(5,148,45); }
H1.HeaderClassName
{
color: #05942D;
}
.AnyTagClassName
{
color: #05942D;
}
</style>
background-color css
<style>
a { background-color: #05942D; }
a { background-color: rgb(5,148,45); }
div.DivClassName
{
background-color: #05942D;
}
.BgClassName
{
background-color: #05942D;
}
</style>
border-color css
<style>
span { border-color: #05942D; }
span { border-color: rgb(5,148,45); }
td.TdClassName
{
border-color: #05942D;
}
.TagClassName
{
border-color: #05942D;
}
</style>