Shades of Green #057A1B
Tints of Green #057A1B
RGB
CMYK
RGB Variations
Color information
#057A1B (or 0x057A1B) is known color: Green. HEX triplet: 05, 7A and 1B. RGB value is (5,122,27). Sum of RGB (Red+Green+Blue) = 5+122+27=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 122 (48.05% from 255 or 79.22% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 122 - color contains mainly: green. Hex color #057A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A1B is #FA85E4. Grayscale: #4C4C4C. Windows color (decimal): -16418277 or 1800709. OLE color: 1800709.
HSL color Cylindrical-coordinate representation of color #057A1B: hue angle of 131.28º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A1B is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 27 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.52 |
| HSL | 131.28º | 0.92% | 0.25% | - |
| HSV(B) | 131.28º | 0.96% | 0.48% | - |
| XYZ | 7.22 | 14.03 | 3.36 | - |
| YUV | 76.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 27 | 0.96 | 0 | 0.78 | 0.52 | 131.28 | 0.92 | 0.25 |
| Hex | 5 | 7A | 1B | 60 | 0 | 4E | 34 | 83 | 5C | 19 |
| Octal | 5 | 172 | 33 | 140 | 0 | 116 | 64 | 203 | 134 | 31 |
| Binary | 101 | 1111010 | 11011 | 1100000 | 0 | 1001110 | 110100 | 10000011 | 1011100 | 11001 |
Color Harmonies of #057A1B
Complementary color
Monochromatic Colors of #057A1B
Black with #057A1B
Text Example
Text Example
White with #057A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A1B; }
p { color: rgb(5,122,27); }
H1.HeaderClassName
{
color: #057A1B;
}
.AnyTagClassName
{
color: #057A1B;
}
</style>
background-color css
<style>
a { background-color: #057A1B; }
a { background-color: rgb(5,122,27); }
div.DivClassName
{
background-color: #057A1B;
}
.BgClassName
{
background-color: #057A1B;
}
</style>
border-color css
<style>
span { border-color: #057A1B; }
span { border-color: rgb(5,122,27); }
td.TdClassName
{
border-color: #057A1B;
}
.TagClassName
{
border-color: #057A1B;
}
</style>