Shades of Dark Spring Green #057F3F
Tints of Dark Spring Green #057F3F
RGB
CMYK
RGB Variations
Color information
#057F3F (or 0x057F3F) is known color: Dark Spring Green. HEX triplet: 05, 7F and 3F. RGB value is (5,127,63). Sum of RGB (Red+Green+Blue) = 5+127+63=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #057F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057F3F is #FA80C0. Grayscale: #535353. Windows color (decimal): -16416961 or 4161285. OLE color: 4161285.
HSL color Cylindrical-coordinate representation of color #057F3F: hue angle of 148.52º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F3F is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 63 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.50 |
| HSL | 148.52º | 0.92% | 0.26% | - |
| HSV(B) | 148.52º | 0.96% | 0.5% | - |
| XYZ | 8.55 | 15.57 | 7.26 | - |
| YUV | 83.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 63 | 0.96 | 0 | 0.50 | 0.50 | 148.52 | 0.92 | 0.26 |
| Hex | 5 | 7F | 3F | 60 | 0 | 32 | 32 | 95 | 5C | 1A |
| Octal | 5 | 177 | 77 | 140 | 0 | 62 | 62 | 225 | 134 | 32 |
| Binary | 101 | 1111111 | 111111 | 1100000 | 0 | 110010 | 110010 | 10010101 | 1011100 | 11010 |
Color Harmonies of #057F3F
Complementary color
Monochromatic Colors of #057F3F
Black with #057F3F
Text Example
Text Example
White with #057F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F3F; }
p { color: rgb(5,127,63); }
H1.HeaderClassName
{
color: #057F3F;
}
.AnyTagClassName
{
color: #057F3F;
}
</style>
background-color css
<style>
a { background-color: #057F3F; }
a { background-color: rgb(5,127,63); }
div.DivClassName
{
background-color: #057F3F;
}
.BgClassName
{
background-color: #057F3F;
}
</style>
border-color css
<style>
span { border-color: #057F3F; }
span { border-color: rgb(5,127,63); }
td.TdClassName
{
border-color: #057F3F;
}
.TagClassName
{
border-color: #057F3F;
}
</style>