Shades of Fun Green #056E31
Tints of Fun Green #056E31
RGB
CMYK
RGB Variations
Color information
#056E31 (or 0x056E31) is known color: Fun Green. HEX triplet: 05, 6E and 31. RGB value is (5,110,49). Sum of RGB (Red+Green+Blue) = 5+110+49=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 110 (43.36% from 255 or 67.07% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 110 - color contains mainly: green. Hex color #056E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E31 is #FA91CE. Grayscale: #474747. Windows color (decimal): -16421327 or 3239429. OLE color: 3239429.
HSL color Cylindrical-coordinate representation of color #056E31: hue angle of 145.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E31 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 49 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.57 |
| HSL | 145.14º | 0.91% | 0.23% | - |
| HSV(B) | 145.14º | 0.95% | 0.43% | - |
| XYZ | 6.19 | 11.41 | 4.78 | - |
| YUV | 71.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 49 | 0.95 | 0 | 0.55 | 0.57 | 145.14 | 0.91 | 0.23 |
| Hex | 5 | 6E | 31 | 5F | 0 | 37 | 39 | 91 | 5B | 17 |
| Octal | 5 | 156 | 61 | 137 | 0 | 67 | 71 | 221 | 133 | 27 |
| Binary | 101 | 1101110 | 110001 | 1011111 | 0 | 110111 | 111001 | 10010001 | 1011011 | 10111 |
Color Harmonies of #056E31
Complementary color
Monochromatic Colors of #056E31
Black with #056E31
Text Example
Text Example
White with #056E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E31; }
p { color: rgb(5,110,49); }
H1.HeaderClassName
{
color: #056E31;
}
.AnyTagClassName
{
color: #056E31;
}
</style>
background-color css
<style>
a { background-color: #056E31; }
a { background-color: rgb(5,110,49); }
div.DivClassName
{
background-color: #056E31;
}
.BgClassName
{
background-color: #056E31;
}
</style>
border-color css
<style>
span { border-color: #056E31; }
span { border-color: rgb(5,110,49); }
td.TdClassName
{
border-color: #056E31;
}
.TagClassName
{
border-color: #056E31;
}
</style>