Shades of Green #026D14
Tints of Green #026D14
RGB
CMYK
RGB Variations
Color information
#026D14 (or 0x026D14) is known color: Green. HEX triplet: 02, 6D and 14. RGB value is (2,109,20). Sum of RGB (Red+Green+Blue) = 2+109+20=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 109 (42.97% from 255 or 83.21% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 109 - color contains mainly: green. Hex color #026D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026D14 is #FD92EB. Grayscale: #434343. Windows color (decimal): -16618220 or 1338626. OLE color: 1338626.
HSL color Cylindrical-coordinate representation of color #026D14: hue angle of 130.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026D14 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 20 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.57 |
| HSL | 130.09º | 0.96% | 0.22% | - |
| HSV(B) | 130.09º | 0.98% | 0.43% | - |
| XYZ | 5.62 | 11 | 2.49 | - |
| YUV | 66.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 20 | 0.98 | 0 | 0.82 | 0.57 | 130.09 | 0.96 | 0.22 |
| Hex | 2 | 6D | 14 | 62 | 0 | 52 | 39 | 82 | 60 | 16 |
| Octal | 2 | 155 | 24 | 142 | 0 | 122 | 71 | 202 | 140 | 26 |
| Binary | 10 | 1101101 | 10100 | 1100010 | 0 | 1010010 | 111001 | 10000010 | 1100000 | 10110 |
Color Harmonies of #026D14
Complementary color
Monochromatic Colors of #026D14
Black with #026D14
Text Example
Text Example
White with #026D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D14; }
p { color: rgb(2,109,20); }
H1.HeaderClassName
{
color: #026D14;
}
.AnyTagClassName
{
color: #026D14;
}
</style>
background-color css
<style>
a { background-color: #026D14; }
a { background-color: rgb(2,109,20); }
div.DivClassName
{
background-color: #026D14;
}
.BgClassName
{
background-color: #026D14;
}
</style>
border-color css
<style>
span { border-color: #026D14; }
span { border-color: rgb(2,109,20); }
td.TdClassName
{
border-color: #026D14;
}
.TagClassName
{
border-color: #026D14;
}
</style>