Shades of Green #057D1B
Tints of Green #057D1B
RGB
CMYK
RGB Variations
Color information
#057D1B (or 0x057D1B) is known color: Green. HEX triplet: 05, 7D and 1B. RGB value is (5,125,27). Sum of RGB (Red+Green+Blue) = 5+125+27=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 125 (49.22% from 255 or 79.62% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 125 - color contains mainly: green. Hex color #057D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057D1B is #FA82E4. Grayscale: #4E4E4E. Windows color (decimal): -16417509 or 1801477. OLE color: 1801477.
HSL color Cylindrical-coordinate representation of color #057D1B: hue angle of 131º 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 #057D1B is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 125 | 27 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.51 |
| HSL | 131º | 0.92% | 0.25% | - |
| HSV(B) | 131º | 0.96% | 0.49% | - |
| XYZ | 7.59 | 14.78 | 3.49 | - |
| YUV | 77.95 | 99.24 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 27 | 0.96 | 0 | 0.78 | 0.51 | 131 | 0.92 | 0.25 |
| Hex | 5 | 7D | 1B | 60 | 0 | 4E | 33 | 83 | 5C | 19 |
| Octal | 5 | 175 | 33 | 140 | 0 | 116 | 63 | 203 | 134 | 31 |
| Binary | 101 | 1111101 | 11011 | 1100000 | 0 | 1001110 | 110011 | 10000011 | 1011100 | 11001 |
Color Harmonies of #057D1B
Complementary color
Monochromatic Colors of #057D1B
Black with #057D1B
Text Example
Text Example
White with #057D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057D1B; }
p { color: rgb(5,125,27); }
H1.HeaderClassName
{
color: #057D1B;
}
.AnyTagClassName
{
color: #057D1B;
}
</style>
background-color css
<style>
a { background-color: #057D1B; }
a { background-color: rgb(5,125,27); }
div.DivClassName
{
background-color: #057D1B;
}
.BgClassName
{
background-color: #057D1B;
}
</style>
border-color css
<style>
span { border-color: #057D1B; }
span { border-color: rgb(5,125,27); }
td.TdClassName
{
border-color: #057D1B;
}
.TagClassName
{
border-color: #057D1B;
}
</style>