Shades of Green #057E1B
Tints of Green #057E1B
RGB
CMYK
RGB Variations
Color information
#057E1B (or 0x057E1B) is known color: Green. HEX triplet: 05, 7E and 1B. RGB value is (5,126,27). Sum of RGB (Red+Green+Blue) = 5+126+27=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 126 (49.61% from 255 or 79.75% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 126 - color contains mainly: green. Hex color #057E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057E1B is #FA81E4. Grayscale: #4E4E4E. Windows color (decimal): -16417253 or 1801733. OLE color: 1801733.
HSL color Cylindrical-coordinate representation of color #057E1B: hue angle of 130.91º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E1B is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 27 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.51 |
| HSL | 130.91º | 0.92% | 0.26% | - |
| HSV(B) | 130.91º | 0.96% | 0.49% | - |
| XYZ | 7.72 | 15.03 | 3.53 | - |
| YUV | 78.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 27 | 0.96 | 0 | 0.79 | 0.51 | 130.91 | 0.92 | 0.26 |
| Hex | 5 | 7E | 1B | 60 | 0 | 4F | 33 | 83 | 5C | 1A |
| Octal | 5 | 176 | 33 | 140 | 0 | 117 | 63 | 203 | 134 | 32 |
| Binary | 101 | 1111110 | 11011 | 1100000 | 0 | 1001111 | 110011 | 10000011 | 1011100 | 11010 |
Color Harmonies of #057E1B
Complementary color
Monochromatic Colors of #057E1B
Black with #057E1B
Text Example
Text Example
White with #057E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E1B; }
p { color: rgb(5,126,27); }
H1.HeaderClassName
{
color: #057E1B;
}
.AnyTagClassName
{
color: #057E1B;
}
</style>
background-color css
<style>
a { background-color: #057E1B; }
a { background-color: rgb(5,126,27); }
div.DivClassName
{
background-color: #057E1B;
}
.BgClassName
{
background-color: #057E1B;
}
</style>
border-color css
<style>
span { border-color: #057E1B; }
span { border-color: rgb(5,126,27); }
td.TdClassName
{
border-color: #057E1B;
}
.TagClassName
{
border-color: #057E1B;
}
</style>