Shades of Green #056F18
Tints of Green #056F18
RGB
CMYK
RGB Variations
Color information
#056F18 (or 0x056F18) is known color: Green. HEX triplet: 05, 6F and 18. RGB value is (5,111,24). Sum of RGB (Red+Green+Blue) = 5+111+24=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 111 (43.75% from 255 or 79.29% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 111 - color contains mainly: green. Hex color #056F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056F18 is #FA90E7. Grayscale: #454545. Windows color (decimal): -16421096 or 1601285. OLE color: 1601285.
HSL color Cylindrical-coordinate representation of color #056F18: hue angle of 130.75º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F18 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 24 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.56 |
| HSL | 130.75º | 0.91% | 0.23% | - |
| HSV(B) | 130.75º | 0.95% | 0.44% | - |
| XYZ | 5.91 | 11.47 | 2.77 | - |
| YUV | 69.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 24 | 0.95 | 0 | 0.78 | 0.56 | 130.75 | 0.91 | 0.23 |
| Hex | 5 | 6F | 18 | 5F | 0 | 4E | 38 | 83 | 5B | 17 |
| Octal | 5 | 157 | 30 | 137 | 0 | 116 | 70 | 203 | 133 | 27 |
| Binary | 101 | 1101111 | 11000 | 1011111 | 0 | 1001110 | 111000 | 10000011 | 1011011 | 10111 |
Color Harmonies of #056F18
Complementary color
Monochromatic Colors of #056F18
Black with #056F18
Text Example
Text Example
White with #056F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F18; }
p { color: rgb(5,111,24); }
H1.HeaderClassName
{
color: #056F18;
}
.AnyTagClassName
{
color: #056F18;
}
</style>
background-color css
<style>
a { background-color: #056F18; }
a { background-color: rgb(5,111,24); }
div.DivClassName
{
background-color: #056F18;
}
.BgClassName
{
background-color: #056F18;
}
</style>
border-color css
<style>
span { border-color: #056F18; }
span { border-color: rgb(5,111,24); }
td.TdClassName
{
border-color: #056F18;
}
.TagClassName
{
border-color: #056F18;
}
</style>