Shades of Green #05791E
Tints of Green #05791E
RGB
CMYK
RGB Variations
Color information
#05791E (or 0x05791E) is known color: Green. HEX triplet: 05, 79 and 1E. RGB value is (5,121,30). Sum of RGB (Red+Green+Blue) = 5+121+30=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 121 (47.66% from 255 or 77.56% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 121 - color contains mainly: green. Hex color #05791E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05791E is #FA86E1. Grayscale: #4C4C4C. Windows color (decimal): -16418530 or 1997061. OLE color: 1997061.
HSL color Cylindrical-coordinate representation of color #05791E: hue angle of 132.93º 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 #05791E is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 121 | 30 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.53 |
| HSL | 132.93º | 0.92% | 0.25% | - |
| HSV(B) | 132.93º | 0.96% | 0.47% | - |
| XYZ | 7.13 | 13.8 | 3.52 | - |
| YUV | 75.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 30 | 0.96 | 0 | 0.75 | 0.53 | 132.93 | 0.92 | 0.25 |
| Hex | 5 | 79 | 1E | 60 | 0 | 4B | 35 | 85 | 5C | 19 |
| Octal | 5 | 171 | 36 | 140 | 0 | 113 | 65 | 205 | 134 | 31 |
| Binary | 101 | 1111001 | 11110 | 1100000 | 0 | 1001011 | 110101 | 10000101 | 1011100 | 11001 |
Color Harmonies of #05791E
Complementary color
Monochromatic Colors of #05791E
Black with #05791E
Text Example
Text Example
White with #05791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05791E; }
p { color: rgb(5,121,30); }
H1.HeaderClassName
{
color: #05791E;
}
.AnyTagClassName
{
color: #05791E;
}
</style>
background-color css
<style>
a { background-color: #05791E; }
a { background-color: rgb(5,121,30); }
div.DivClassName
{
background-color: #05791E;
}
.BgClassName
{
background-color: #05791E;
}
</style>
border-color css
<style>
span { border-color: #05791E; }
span { border-color: rgb(5,121,30); }
td.TdClassName
{
border-color: #05791E;
}
.TagClassName
{
border-color: #05791E;
}
</style>