Shades of Green #026C0D
Tints of Green #026C0D
RGB
CMYK
RGB Variations
Color information
#026C0D (or 0x026C0D) is known color: Green. HEX triplet: 02, 6C and 0D. RGB value is (2,108,13). Sum of RGB (Red+Green+Blue) = 2+108+13=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 108 (42.58% from 255 or 87.80% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 108 - color contains mainly: green. Hex color #026C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026C0D is #FD93F2. Grayscale: #414141. Windows color (decimal): -16618483 or 879618. OLE color: 879618.
HSL color Cylindrical-coordinate representation of color #026C0D: hue angle of 126.23º 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 #026C0D is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 108 | 13 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.58 |
| HSL | 126.23º | 0.96% | 0.22% | - |
| HSV(B) | 126.23º | 0.98% | 0.42% | - |
| XYZ | 5.46 | 10.77 | 2.17 | - |
| YUV | 65.48 | 98.38 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 13 | 0.98 | 0 | 0.88 | 0.58 | 126.23 | 0.96 | 0.22 |
| Hex | 2 | 6C | D | 62 | 0 | 58 | 3A | 7E | 60 | 16 |
| Octal | 2 | 154 | 15 | 142 | 0 | 130 | 72 | 176 | 140 | 26 |
| Binary | 10 | 1101100 | 1101 | 1100010 | 0 | 1011000 | 111010 | 1111110 | 1100000 | 10110 |
Color Harmonies of #026C0D
Complementary color
Monochromatic Colors of #026C0D
Black with #026C0D
Text Example
Text Example
White with #026C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026C0D; }
p { color: rgb(2,108,13); }
H1.HeaderClassName
{
color: #026C0D;
}
.AnyTagClassName
{
color: #026C0D;
}
</style>
background-color css
<style>
a { background-color: #026C0D; }
a { background-color: rgb(2,108,13); }
div.DivClassName
{
background-color: #026C0D;
}
.BgClassName
{
background-color: #026C0D;
}
</style>
border-color css
<style>
span { border-color: #026C0D; }
span { border-color: rgb(2,108,13); }
td.TdClassName
{
border-color: #026C0D;
}
.TagClassName
{
border-color: #026C0D;
}
</style>