Shades of Forest Green #05902D
Tints of Forest Green #05902D
RGB
CMYK
RGB Variations
Color information
#05902D (or 0x05902D) is known color: Forest Green. HEX triplet: 05, 90 and 2D. RGB value is (5,144,45). Sum of RGB (Red+Green+Blue) = 5+144+45=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #05902D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05902D is #FA6FD2. Grayscale: #5B5B5B. Windows color (decimal): -16412627 or 2985989. OLE color: 2985989.
HSL color Cylindrical-coordinate representation of color #05902D: hue angle of 137.27º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05902D is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 144 | 45 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.44 |
| HSL | 137.27º | 0.93% | 0.29% | - |
| HSV(B) | 137.27º | 0.97% | 0.56% | - |
| XYZ | 10.51 | 20.17 | 5.82 | - |
| YUV | 91.15 | 101.95 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 45 | 0.97 | 0 | 0.69 | 0.44 | 137.27 | 0.93 | 0.29 |
| Hex | 5 | 90 | 2D | 61 | 0 | 45 | 2C | 89 | 5D | 1D |
| Octal | 5 | 220 | 55 | 141 | 0 | 105 | 54 | 211 | 135 | 35 |
| Binary | 101 | 10010000 | 101101 | 1100001 | 0 | 1000101 | 101100 | 10001001 | 1011101 | 11101 |
Color Harmonies of #05902D
Complementary color
Monochromatic Colors of #05902D
Black with #05902D
Text Example
Text Example
White with #05902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05902D; }
p { color: rgb(5,144,45); }
H1.HeaderClassName
{
color: #05902D;
}
.AnyTagClassName
{
color: #05902D;
}
</style>
background-color css
<style>
a { background-color: #05902D; }
a { background-color: rgb(5,144,45); }
div.DivClassName
{
background-color: #05902D;
}
.BgClassName
{
background-color: #05902D;
}
</style>
border-color css
<style>
span { border-color: #05902D; }
span { border-color: rgb(5,144,45); }
td.TdClassName
{
border-color: #05902D;
}
.TagClassName
{
border-color: #05902D;
}
</style>