Shades of Green #05791D
Tints of Green #05791D
RGB
CMYK
RGB Variations
Color information
#05791D (or 0x05791D) is known color: Green. HEX triplet: 05, 79 and 1D. RGB value is (5,121,29). Sum of RGB (Red+Green+Blue) = 5+121+29=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 121 (47.66% from 255 or 78.06% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 121 - color contains mainly: green. Hex color #05791D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05791D is #FA86E2. Grayscale: #4C4C4C. Windows color (decimal): -16418531 or 1931525. OLE color: 1931525.
HSL color Cylindrical-coordinate representation of color #05791D: hue angle of 132.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05791D is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 121 | 29 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.53 |
| HSL | 132.41º | 0.92% | 0.25% | - |
| HSV(B) | 132.41º | 0.96% | 0.47% | - |
| XYZ | 7.12 | 13.8 | 3.45 | - |
| YUV | 75.83 | 101.57 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 29 | 0.96 | 0 | 0.76 | 0.53 | 132.41 | 0.92 | 0.25 |
| Hex | 5 | 79 | 1D | 60 | 0 | 4C | 35 | 84 | 5C | 19 |
| Octal | 5 | 171 | 35 | 140 | 0 | 114 | 65 | 204 | 134 | 31 |
| Binary | 101 | 1111001 | 11101 | 1100000 | 0 | 1001100 | 110101 | 10000100 | 1011100 | 11001 |
Color Harmonies of #05791D
Complementary color
Monochromatic Colors of #05791D
Black with #05791D
Text Example
Text Example
White with #05791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05791D; }
p { color: rgb(5,121,29); }
H1.HeaderClassName
{
color: #05791D;
}
.AnyTagClassName
{
color: #05791D;
}
</style>
background-color css
<style>
a { background-color: #05791D; }
a { background-color: rgb(5,121,29); }
div.DivClassName
{
background-color: #05791D;
}
.BgClassName
{
background-color: #05791D;
}
</style>
border-color css
<style>
span { border-color: #05791D; }
span { border-color: rgb(5,121,29); }
td.TdClassName
{
border-color: #05791D;
}
.TagClassName
{
border-color: #05791D;
}
</style>