Shades of Green #026E03
Tints of Green #026E03
RGB
CMYK
RGB Variations
Color information
#026E03 (or 0x026E03) is known color: Green. HEX triplet: 02, 6E and 03. RGB value is (2,110,3). Sum of RGB (Red+Green+Blue) = 2+110+3=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 110 (43.36% from 255 or 95.65% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 110 - color contains mainly: green. Hex color #026E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026E03 is #FD91FC. Grayscale: #414141. Windows color (decimal): -16617981 or 224770. OLE color: 224770.
HSL color Cylindrical-coordinate representation of color #026E03: hue angle of 120.56º 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 #026E03 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 110 | 3 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.57 |
| HSL | 120.56º | 0.96% | 0.22% | - |
| HSV(B) | 120.56º | 0.98% | 0.43% | - |
| XYZ | 5.62 | 11.17 | 1.95 | - |
| YUV | 65.51 | 92.72 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 3 | 0.98 | 0 | 0.97 | 0.57 | 120.56 | 0.96 | 0.22 |
| Hex | 2 | 6E | 3 | 62 | 0 | 61 | 39 | 79 | 60 | 16 |
| Octal | 2 | 156 | 3 | 142 | 0 | 141 | 71 | 171 | 140 | 26 |
| Binary | 10 | 1101110 | 11 | 1100010 | 0 | 1100001 | 111001 | 1111001 | 1100000 | 10110 |
Color Harmonies of #026E03
Complementary color
Monochromatic Colors of #026E03
Black with #026E03
Text Example
Text Example
White with #026E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E03; }
p { color: rgb(2,110,3); }
H1.HeaderClassName
{
color: #026E03;
}
.AnyTagClassName
{
color: #026E03;
}
</style>
background-color css
<style>
a { background-color: #026E03; }
a { background-color: rgb(2,110,3); }
div.DivClassName
{
background-color: #026E03;
}
.BgClassName
{
background-color: #026E03;
}
</style>
border-color css
<style>
span { border-color: #026E03; }
span { border-color: rgb(2,110,3); }
td.TdClassName
{
border-color: #026E03;
}
.TagClassName
{
border-color: #026E03;
}
</style>