Shades of Green #057212
Tints of Green #057212
RGB
CMYK
RGB Variations
Color information
#057212 (or 0x057212) is known color: Green. HEX triplet: 05, 72 and 12. RGB value is (5,114,18). Sum of RGB (Red+Green+Blue) = 5+114+18=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 114 (44.92% from 255 or 83.21% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 114 - color contains mainly: green. Hex color #057212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057212 is #FA8DED. Grayscale: #464646. Windows color (decimal): -16420334 or 1208837. OLE color: 1208837.
HSL color Cylindrical-coordinate representation of color #057212: hue angle of 127.16º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057212 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 18 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.55 |
| HSL | 127.16º | 0.92% | 0.23% | - |
| HSV(B) | 127.16º | 0.96% | 0.45% | - |
| XYZ | 6.19 | 12.11 | 2.58 | - |
| YUV | 70.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 18 | 0.96 | 0 | 0.84 | 0.55 | 127.16 | 0.92 | 0.23 |
| Hex | 5 | 72 | 12 | 60 | 0 | 54 | 37 | 7F | 5C | 17 |
| Octal | 5 | 162 | 22 | 140 | 0 | 124 | 67 | 177 | 134 | 27 |
| Binary | 101 | 1110010 | 10010 | 1100000 | 0 | 1010100 | 110111 | 1111111 | 1011100 | 10111 |
Color Harmonies of #057212
Complementary color
Monochromatic Colors of #057212
Black with #057212
Text Example
Text Example
White with #057212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057212; }
p { color: rgb(5,114,18); }
H1.HeaderClassName
{
color: #057212;
}
.AnyTagClassName
{
color: #057212;
}
</style>
background-color css
<style>
a { background-color: #057212; }
a { background-color: rgb(5,114,18); }
div.DivClassName
{
background-color: #057212;
}
.BgClassName
{
background-color: #057212;
}
</style>
border-color css
<style>
span { border-color: #057212; }
span { border-color: rgb(5,114,18); }
td.TdClassName
{
border-color: #057212;
}
.TagClassName
{
border-color: #057212;
}
</style>