Shades of Green #026C0E
Tints of Green #026C0E
RGB
CMYK
RGB Variations
Color information
#026C0E (or 0x026C0E) is known color: Green. HEX triplet: 02, 6C and 0E. RGB value is (2,108,14). Sum of RGB (Red+Green+Blue) = 2+108+14=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 108 (42.58% from 255 or 87.10% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 108 - color contains mainly: green. Hex color #026C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026C0E is #FD93F1. Grayscale: #414141. Windows color (decimal): -16618482 or 945154. OLE color: 945154.
HSL color Cylindrical-coordinate representation of color #026C0E: hue angle of 126.79º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026C0E is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 108 | 14 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.58 |
| HSL | 126.79º | 0.96% | 0.22% | - |
| HSV(B) | 126.79º | 0.98% | 0.42% | - |
| XYZ | 5.47 | 10.77 | 2.21 | - |
| YUV | 65.59 | 98.88 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 14 | 0.98 | 0 | 0.87 | 0.58 | 126.79 | 0.96 | 0.22 |
| Hex | 2 | 6C | E | 62 | 0 | 57 | 3A | 7F | 60 | 16 |
| Octal | 2 | 154 | 16 | 142 | 0 | 127 | 72 | 177 | 140 | 26 |
| Binary | 10 | 1101100 | 1110 | 1100010 | 0 | 1010111 | 111010 | 1111111 | 1100000 | 10110 |
Color Harmonies of #026C0E
Complementary color
Monochromatic Colors of #026C0E
Black with #026C0E
Text Example
Text Example
White with #026C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026C0E; }
p { color: rgb(2,108,14); }
H1.HeaderClassName
{
color: #026C0E;
}
.AnyTagClassName
{
color: #026C0E;
}
</style>
background-color css
<style>
a { background-color: #026C0E; }
a { background-color: rgb(2,108,14); }
div.DivClassName
{
background-color: #026C0E;
}
.BgClassName
{
background-color: #026C0E;
}
</style>
border-color css
<style>
span { border-color: #026C0E; }
span { border-color: rgb(2,108,14); }
td.TdClassName
{
border-color: #026C0E;
}
.TagClassName
{
border-color: #026C0E;
}
</style>