Shades of Green #026D0C
Tints of Green #026D0C
RGB
CMYK
RGB Variations
Color information
#026D0C (or 0x026D0C) is known color: Green. HEX triplet: 02, 6D and 0C. RGB value is (2,109,12). Sum of RGB (Red+Green+Blue) = 2+109+12=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 109 (42.97% from 255 or 88.62% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 109 - color contains mainly: green. Hex color #026D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026D0C is #FD92F3. Grayscale: #424242. Windows color (decimal): -16618228 or 814338. OLE color: 814338.
HSL color Cylindrical-coordinate representation of color #026D0C: hue angle of 125.61º 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 #026D0C is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 12 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.57 |
| HSL | 125.61º | 0.96% | 0.22% | - |
| HSV(B) | 125.61º | 0.98% | 0.43% | - |
| XYZ | 5.56 | 10.98 | 2.17 | - |
| YUV | 65.95 | 97.55 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 12 | 0.98 | 0 | 0.89 | 0.57 | 125.61 | 0.96 | 0.22 |
| Hex | 2 | 6D | C | 62 | 0 | 59 | 39 | 7E | 60 | 16 |
| Octal | 2 | 155 | 14 | 142 | 0 | 131 | 71 | 176 | 140 | 26 |
| Binary | 10 | 1101101 | 1100 | 1100010 | 0 | 1011001 | 111001 | 1111110 | 1100000 | 10110 |
Color Harmonies of #026D0C
Complementary color
Monochromatic Colors of #026D0C
Black with #026D0C
Text Example
Text Example
White with #026D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D0C; }
p { color: rgb(2,109,12); }
H1.HeaderClassName
{
color: #026D0C;
}
.AnyTagClassName
{
color: #026D0C;
}
</style>
background-color css
<style>
a { background-color: #026D0C; }
a { background-color: rgb(2,109,12); }
div.DivClassName
{
background-color: #026D0C;
}
.BgClassName
{
background-color: #026D0C;
}
</style>
border-color css
<style>
span { border-color: #026D0C; }
span { border-color: rgb(2,109,12); }
td.TdClassName
{
border-color: #026D0C;
}
.TagClassName
{
border-color: #026D0C;
}
</style>