Shades of Forest Green #05932C
Tints of Forest Green #05932C
RGB
CMYK
RGB Variations
Color information
#05932C (or 0x05932C) is known color: Forest Green. HEX triplet: 05, 93 and 2C. RGB value is (5,147,44). Sum of RGB (Red+Green+Blue) = 5+147+44=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 147 (57.81% from 255 or 75% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 147 - color contains mainly: green. Hex color #05932C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05932C is #FA6CD3. Grayscale: #5D5D5D. Windows color (decimal): -16411860 or 2921221. OLE color: 2921221.
HSL color Cylindrical-coordinate representation of color #05932C: hue angle of 136.48º 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 #05932C is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 44 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.42 |
| HSL | 136.48º | 0.93% | 0.3% | - |
| HSV(B) | 136.48º | 0.97% | 0.58% | - |
| XYZ | 10.95 | 21.08 | 5.87 | - |
| YUV | 92.8 | 100.46 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 44 | 0.97 | 0 | 0.70 | 0.42 | 136.48 | 0.93 | 0.3 |
| Hex | 5 | 93 | 2C | 61 | 0 | 46 | 2A | 88 | 5D | 1E |
| Octal | 5 | 223 | 54 | 141 | 0 | 106 | 52 | 210 | 135 | 36 |
| Binary | 101 | 10010011 | 101100 | 1100001 | 0 | 1000110 | 101010 | 10001000 | 1011101 | 11110 |
Color Harmonies of #05932C
Complementary color
Monochromatic Colors of #05932C
Black with #05932C
Text Example
Text Example
White with #05932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05932C; }
p { color: rgb(5,147,44); }
H1.HeaderClassName
{
color: #05932C;
}
.AnyTagClassName
{
color: #05932C;
}
</style>
background-color css
<style>
a { background-color: #05932C; }
a { background-color: rgb(5,147,44); }
div.DivClassName
{
background-color: #05932C;
}
.BgClassName
{
background-color: #05932C;
}
</style>
border-color css
<style>
span { border-color: #05932C; }
span { border-color: rgb(5,147,44); }
td.TdClassName
{
border-color: #05932C;
}
.TagClassName
{
border-color: #05932C;
}
</style>