Shades of Green #057F03
Tints of Green #057F03
RGB
CMYK
RGB Variations
Color information
#057F03 (or 0x057F03) is known color: Green. HEX triplet: 05, 7F and 03. RGB value is (5,127,3). Sum of RGB (Red+Green+Blue) = 5+127+3=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 127 (50% from 255 or 94.07% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 127 - color contains mainly: green. Hex color #057F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057F03 is #FA80FC. Grayscale: #4C4C4C. Windows color (decimal): -16417021 or 229125. OLE color: 229125.
HSL color Cylindrical-coordinate representation of color #057F03: hue angle of 119.03º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057F03 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 3 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.50 |
| HSL | 119.03º | 0.95% | 0.25% | - |
| HSV(B) | 119.03º | 0.98% | 0.5% | - |
| XYZ | 7.67 | 15.22 | 2.62 | - |
| YUV | 76.39 | 86.58 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 3 | 0.96 | 0 | 0.98 | 0.50 | 119.03 | 0.95 | 0.25 |
| Hex | 5 | 7F | 3 | 60 | 0 | 62 | 32 | 77 | 5F | 19 |
| Octal | 5 | 177 | 3 | 140 | 0 | 142 | 62 | 167 | 137 | 31 |
| Binary | 101 | 1111111 | 11 | 1100000 | 0 | 1100010 | 110010 | 1110111 | 1011111 | 11001 |
Color Harmonies of #057F03
Complementary color
Monochromatic Colors of #057F03
Black with #057F03
Text Example
Text Example
White with #057F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F03; }
p { color: rgb(5,127,3); }
H1.HeaderClassName
{
color: #057F03;
}
.AnyTagClassName
{
color: #057F03;
}
</style>
background-color css
<style>
a { background-color: #057F03; }
a { background-color: rgb(5,127,3); }
div.DivClassName
{
background-color: #057F03;
}
.BgClassName
{
background-color: #057F03;
}
</style>
border-color css
<style>
span { border-color: #057F03; }
span { border-color: rgb(5,127,3); }
td.TdClassName
{
border-color: #057F03;
}
.TagClassName
{
border-color: #057F03;
}
</style>