Shades of Forest Green #05922A
Tints of Forest Green #05922A
RGB
CMYK
RGB Variations
Color information
#05922A (or 0x05922A) is known color: Forest Green. HEX triplet: 05, 92 and 2A. RGB value is (5,146,42). Sum of RGB (Red+Green+Blue) = 5+146+42=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 146 (57.42% from 255 or 75.65% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 146 - color contains mainly: green. Hex color #05922A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05922A is #FA6DD5. Grayscale: #5C5C5C. Windows color (decimal): -16412118 or 2789893. OLE color: 2789893.
HSL color Cylindrical-coordinate representation of color #05922A: hue angle of 135.74º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05922A is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 42 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.43 |
| HSL | 135.74º | 0.93% | 0.3% | - |
| HSV(B) | 135.74º | 0.97% | 0.57% | - |
| XYZ | 10.76 | 20.76 | 5.63 | - |
| YUV | 91.99 | 99.79 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 42 | 0.97 | 0 | 0.71 | 0.43 | 135.74 | 0.93 | 0.3 |
| Hex | 5 | 92 | 2A | 61 | 0 | 47 | 2B | 88 | 5D | 1E |
| Octal | 5 | 222 | 52 | 141 | 0 | 107 | 53 | 210 | 135 | 36 |
| Binary | 101 | 10010010 | 101010 | 1100001 | 0 | 1000111 | 101011 | 10001000 | 1011101 | 11110 |
Color Harmonies of #05922A
Complementary color
Monochromatic Colors of #05922A
Black with #05922A
Text Example
Text Example
White with #05922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05922A; }
p { color: rgb(5,146,42); }
H1.HeaderClassName
{
color: #05922A;
}
.AnyTagClassName
{
color: #05922A;
}
</style>
background-color css
<style>
a { background-color: #05922A; }
a { background-color: rgb(5,146,42); }
div.DivClassName
{
background-color: #05922A;
}
.BgClassName
{
background-color: #05922A;
}
</style>
border-color css
<style>
span { border-color: #05922A; }
span { border-color: rgb(5,146,42); }
td.TdClassName
{
border-color: #05922A;
}
.TagClassName
{
border-color: #05922A;
}
</style>