Shades of Green #057200
Tints of Green #057200
RGB
CMYK
RGB Variations
Color information
#057200 (or 0x057200) is known color: Green. HEX triplet: 05, 72 and 00. RGB value is (5,114,0). Sum of RGB (Red+Green+Blue) = 5+114+0=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 114 (44.92% from 255 or 95.80% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 114 - color contains mainly: green. Hex color #057200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057200 is #FA8DFF. Grayscale: #444444. Windows color (decimal): -16420352 or 29189. OLE color: 29189.
HSL color Cylindrical-coordinate representation of color #057200: hue angle of 117.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #057200 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.55 |
| HSL | 117.37º | 1% | 0.22% | - |
| HSV(B) | 117.37º | 1% | 0.45% | - |
| XYZ | 6.08 | 12.07 | 2.01 | - |
| YUV | 68.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 0 | 0.96 | 0 | 1 | 0.55 | 117.37 | 1 | 0.22 |
| Hex | 5 | 72 | 0 | 60 | 0 | 64 | 37 | 75 | 64 | 16 |
| Octal | 5 | 162 | 0 | 140 | 0 | 144 | 67 | 165 | 144 | 26 |
| Binary | 101 | 1110010 | 0 | 1100000 | 0 | 1100100 | 110111 | 1110101 | 1100100 | 10110 |
Color Harmonies of #057200
Complementary color
Monochromatic Colors of #057200
Black with #057200
Text Example
Text Example
White with #057200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057200; }
p { color: rgb(5,114,0); }
H1.HeaderClassName
{
color: #057200;
}
.AnyTagClassName
{
color: #057200;
}
</style>
background-color css
<style>
a { background-color: #057200; }
a { background-color: rgb(5,114,0); }
div.DivClassName
{
background-color: #057200;
}
.BgClassName
{
background-color: #057200;
}
</style>
border-color css
<style>
span { border-color: #057200; }
span { border-color: rgb(5,114,0); }
td.TdClassName
{
border-color: #057200;
}
.TagClassName
{
border-color: #057200;
}
</style>