Shades of Forest Green #057F20
Tints of Forest Green #057F20
RGB
CMYK
RGB Variations
Color information
#057F20 (or 0x057F20) is known color: Forest Green. HEX triplet: 05, 7F and 20. RGB value is (5,127,32). Sum of RGB (Red+Green+Blue) = 5+127+32=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 127 (50% from 255 or 77.44% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 127 - color contains mainly: green. Hex color #057F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057F20 is #FA80DF. Grayscale: #4F4F4F. Windows color (decimal): -16416992 or 2129669. OLE color: 2129669.
HSL color Cylindrical-coordinate representation of color #057F20: hue angle of 133.28º 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 #057F20 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 32 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.50 |
| HSL | 133.28º | 0.92% | 0.26% | - |
| HSV(B) | 133.28º | 0.96% | 0.5% | - |
| XYZ | 7.91 | 15.32 | 3.91 | - |
| YUV | 79.69 | 101.08 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 32 | 0.96 | 0 | 0.75 | 0.50 | 133.28 | 0.92 | 0.26 |
| Hex | 5 | 7F | 20 | 60 | 0 | 4B | 32 | 85 | 5C | 1A |
| Octal | 5 | 177 | 40 | 140 | 0 | 113 | 62 | 205 | 134 | 32 |
| Binary | 101 | 1111111 | 100000 | 1100000 | 0 | 1001011 | 110010 | 10000101 | 1011100 | 11010 |
Color Harmonies of #057F20
Complementary color
Monochromatic Colors of #057F20
Black with #057F20
Text Example
Text Example
White with #057F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F20; }
p { color: rgb(5,127,32); }
H1.HeaderClassName
{
color: #057F20;
}
.AnyTagClassName
{
color: #057F20;
}
</style>
background-color css
<style>
a { background-color: #057F20; }
a { background-color: rgb(5,127,32); }
div.DivClassName
{
background-color: #057F20;
}
.BgClassName
{
background-color: #057F20;
}
</style>
border-color css
<style>
span { border-color: #057F20; }
span { border-color: rgb(5,127,32); }
td.TdClassName
{
border-color: #057F20;
}
.TagClassName
{
border-color: #057F20;
}
</style>