Shades of Forest Green #05932D
Tints of Forest Green #05932D
RGB
CMYK
RGB Variations
Color information
#05932D (or 0x05932D) is known color: Forest Green. HEX triplet: 05, 93 and 2D. RGB value is (5,147,45). Sum of RGB (Red+Green+Blue) = 5+147+45=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 147 (57.81% from 255 or 74.62% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 147 - color contains mainly: green. Hex color #05932D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05932D is #FA6CD2. Grayscale: #5D5D5D. Windows color (decimal): -16411859 or 2986757. OLE color: 2986757.
HSL color Cylindrical-coordinate representation of color #05932D: hue angle of 136.9º 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 #05932D is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 45 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.42 |
| HSL | 136.9º | 0.93% | 0.3% | - |
| HSV(B) | 136.9º | 0.97% | 0.58% | - |
| XYZ | 10.97 | 21.09 | 5.98 | - |
| YUV | 92.91 | 100.96 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 45 | 0.97 | 0 | 0.69 | 0.42 | 136.9 | 0.93 | 0.3 |
| Hex | 5 | 93 | 2D | 61 | 0 | 45 | 2A | 89 | 5D | 1E |
| Octal | 5 | 223 | 55 | 141 | 0 | 105 | 52 | 211 | 135 | 36 |
| Binary | 101 | 10010011 | 101101 | 1100001 | 0 | 1000101 | 101010 | 10001001 | 1011101 | 11110 |
Color Harmonies of #05932D
Complementary color
Monochromatic Colors of #05932D
Black with #05932D
Text Example
Text Example
White with #05932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05932D; }
p { color: rgb(5,147,45); }
H1.HeaderClassName
{
color: #05932D;
}
.AnyTagClassName
{
color: #05932D;
}
</style>
background-color css
<style>
a { background-color: #05932D; }
a { background-color: rgb(5,147,45); }
div.DivClassName
{
background-color: #05932D;
}
.BgClassName
{
background-color: #05932D;
}
</style>
border-color css
<style>
span { border-color: #05932D; }
span { border-color: rgb(5,147,45); }
td.TdClassName
{
border-color: #05932D;
}
.TagClassName
{
border-color: #05932D;
}
</style>