Shades of Green #057A1F
Tints of Green #057A1F
RGB
CMYK
RGB Variations
Color information
#057A1F (or 0x057A1F) is known color: Green. HEX triplet: 05, 7A and 1F. RGB value is (5,122,31). Sum of RGB (Red+Green+Blue) = 5+122+31=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 122 (48.05% from 255 or 77.22% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 122 - color contains mainly: green. Hex color #057A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A1F is #FA85E0. Grayscale: #4C4C4C. Windows color (decimal): -16418273 or 2062853. OLE color: 2062853.
HSL color Cylindrical-coordinate representation of color #057A1F: hue angle of 133.33º 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 #057A1F is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 31 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.52 |
| HSL | 133.33º | 0.92% | 0.25% | - |
| HSV(B) | 133.33º | 0.96% | 0.48% | - |
| XYZ | 7.27 | 14.05 | 3.63 | - |
| YUV | 76.64 | 102.24 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 31 | 0.96 | 0 | 0.75 | 0.52 | 133.33 | 0.92 | 0.25 |
| Hex | 5 | 7A | 1F | 60 | 0 | 4B | 34 | 85 | 5C | 19 |
| Octal | 5 | 172 | 37 | 140 | 0 | 113 | 64 | 205 | 134 | 31 |
| Binary | 101 | 1111010 | 11111 | 1100000 | 0 | 1001011 | 110100 | 10000101 | 1011100 | 11001 |
Color Harmonies of #057A1F
Complementary color
Monochromatic Colors of #057A1F
Black with #057A1F
Text Example
Text Example
White with #057A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A1F; }
p { color: rgb(5,122,31); }
H1.HeaderClassName
{
color: #057A1F;
}
.AnyTagClassName
{
color: #057A1F;
}
</style>
background-color css
<style>
a { background-color: #057A1F; }
a { background-color: rgb(5,122,31); }
div.DivClassName
{
background-color: #057A1F;
}
.BgClassName
{
background-color: #057A1F;
}
</style>
border-color css
<style>
span { border-color: #057A1F; }
span { border-color: rgb(5,122,31); }
td.TdClassName
{
border-color: #057A1F;
}
.TagClassName
{
border-color: #057A1F;
}
</style>