Shades of Green #05701A
Tints of Green #05701A
RGB
CMYK
RGB Variations
Color information
#05701A (or 0x05701A) is known color: Green. HEX triplet: 05, 70 and 1A. RGB value is (5,112,26). Sum of RGB (Red+Green+Blue) = 5+112+26=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #05701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05701A is #FA8FE5. Grayscale: #464646. Windows color (decimal): -16420838 or 1732613. OLE color: 1732613.
HSL color Cylindrical-coordinate representation of color #05701A: hue angle of 131.78º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05701A is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 26 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.56 |
| HSL | 131.78º | 0.91% | 0.23% | - |
| HSV(B) | 131.78º | 0.96% | 0.44% | - |
| XYZ | 6.04 | 11.7 | 2.92 | - |
| YUV | 70.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 26 | 0.96 | 0 | 0.77 | 0.56 | 131.78 | 0.91 | 0.23 |
| Hex | 5 | 70 | 1A | 60 | 0 | 4D | 38 | 84 | 5B | 17 |
| Octal | 5 | 160 | 32 | 140 | 0 | 115 | 70 | 204 | 133 | 27 |
| Binary | 101 | 1110000 | 11010 | 1100000 | 0 | 1001101 | 111000 | 10000100 | 1011011 | 10111 |
Color Harmonies of #05701A
Complementary color
Monochromatic Colors of #05701A
Black with #05701A
Text Example
Text Example
White with #05701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05701A; }
p { color: rgb(5,112,26); }
H1.HeaderClassName
{
color: #05701A;
}
.AnyTagClassName
{
color: #05701A;
}
</style>
background-color css
<style>
a { background-color: #05701A; }
a { background-color: rgb(5,112,26); }
div.DivClassName
{
background-color: #05701A;
}
.BgClassName
{
background-color: #05701A;
}
</style>
border-color css
<style>
span { border-color: #05701A; }
span { border-color: rgb(5,112,26); }
td.TdClassName
{
border-color: #05701A;
}
.TagClassName
{
border-color: #05701A;
}
</style>