Shades of Green #056D1A
Tints of Green #056D1A
RGB
CMYK
RGB Variations
Color information
#056D1A (or 0x056D1A) is known color: Green. HEX triplet: 05, 6D and 1A. RGB value is (5,109,26). Sum of RGB (Red+Green+Blue) = 5+109+26=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 109 (42.97% from 255 or 77.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 109 - color contains mainly: green. Hex color #056D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056D1A is #FA92E5. Grayscale: #444444. Windows color (decimal): -16421606 or 1731845. OLE color: 1731845.
HSL color Cylindrical-coordinate representation of color #056D1A: hue angle of 132.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056D1A is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 109 | 26 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.57 |
| HSL | 132.12º | 0.91% | 0.22% | - |
| HSV(B) | 132.12º | 0.95% | 0.43% | - |
| XYZ | 5.72 | 11.04 | 2.81 | - |
| YUV | 68.44 | 104.04 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 26 | 0.95 | 0 | 0.76 | 0.57 | 132.12 | 0.91 | 0.22 |
| Hex | 5 | 6D | 1A | 5F | 0 | 4C | 39 | 84 | 5B | 16 |
| Octal | 5 | 155 | 32 | 137 | 0 | 114 | 71 | 204 | 133 | 26 |
| Binary | 101 | 1101101 | 11010 | 1011111 | 0 | 1001100 | 111001 | 10000100 | 1011011 | 10110 |
Color Harmonies of #056D1A
Complementary color
Monochromatic Colors of #056D1A
Black with #056D1A
Text Example
Text Example
White with #056D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D1A; }
p { color: rgb(5,109,26); }
H1.HeaderClassName
{
color: #056D1A;
}
.AnyTagClassName
{
color: #056D1A;
}
</style>
background-color css
<style>
a { background-color: #056D1A; }
a { background-color: rgb(5,109,26); }
div.DivClassName
{
background-color: #056D1A;
}
.BgClassName
{
background-color: #056D1A;
}
</style>
border-color css
<style>
span { border-color: #056D1A; }
span { border-color: rgb(5,109,26); }
td.TdClassName
{
border-color: #056D1A;
}
.TagClassName
{
border-color: #056D1A;
}
</style>