Shades of Green #057D1E
Tints of Green #057D1E
RGB
CMYK
RGB Variations
Color information
#057D1E (or 0x057D1E) is known color: Green. HEX triplet: 05, 7D and 1E. RGB value is (5,125,30). Sum of RGB (Red+Green+Blue) = 5+125+30=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 125 (49.22% from 255 or 78.12% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 125 - color contains mainly: green. Hex color #057D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057D1E is #FA82E1. Grayscale: #4E4E4E. Windows color (decimal): -16417506 or 1998085. OLE color: 1998085.
HSL color Cylindrical-coordinate representation of color #057D1E: hue angle of 132.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057D1E is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 125 | 30 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.51 |
| HSL | 132.5º | 0.92% | 0.25% | - |
| HSV(B) | 132.5º | 0.96% | 0.49% | - |
| XYZ | 7.63 | 14.79 | 3.68 | - |
| YUV | 78.29 | 100.74 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 30 | 0.96 | 0 | 0.76 | 0.51 | 132.5 | 0.92 | 0.25 |
| Hex | 5 | 7D | 1E | 60 | 0 | 4C | 33 | 84 | 5C | 19 |
| Octal | 5 | 175 | 36 | 140 | 0 | 114 | 63 | 204 | 134 | 31 |
| Binary | 101 | 1111101 | 11110 | 1100000 | 0 | 1001100 | 110011 | 10000100 | 1011100 | 11001 |
Color Harmonies of #057D1E
Complementary color
Monochromatic Colors of #057D1E
Black with #057D1E
Text Example
Text Example
White with #057D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057D1E; }
p { color: rgb(5,125,30); }
H1.HeaderClassName
{
color: #057D1E;
}
.AnyTagClassName
{
color: #057D1E;
}
</style>
background-color css
<style>
a { background-color: #057D1E; }
a { background-color: rgb(5,125,30); }
div.DivClassName
{
background-color: #057D1E;
}
.BgClassName
{
background-color: #057D1E;
}
</style>
border-color css
<style>
span { border-color: #057D1E; }
span { border-color: rgb(5,125,30); }
td.TdClassName
{
border-color: #057D1E;
}
.TagClassName
{
border-color: #057D1E;
}
</style>