Shades of Green #026212
Tints of Green #026212
RGB
CMYK
RGB Variations
Color information
#026212 (or 0x026212) is known color: Green. HEX triplet: 02, 62 and 12. RGB value is (2,98,18). Sum of RGB (Red+Green+Blue) = 2+98+18=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 98 (38.67% from 255 or 83.05% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 98 - color contains mainly: green. Hex color #026212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026212 is #FD9DED. Grayscale: #3C3C3C. Windows color (decimal): -16621038 or 1204738. OLE color: 1204738.
HSL color Cylindrical-coordinate representation of color #026212: hue angle of 130º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026212 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 98 | 18 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.62 |
| HSL | 130º | 0.96% | 0.2% | - |
| HSV(B) | 130º | 0.98% | 0.38% | - |
| XYZ | 4.5 | 8.79 | 2.03 | - |
| YUV | 60.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 18 | 0.98 | 0 | 0.82 | 0.62 | 130 | 0.96 | 0.2 |
| Hex | 2 | 62 | 12 | 62 | 0 | 52 | 3E | 82 | 60 | 14 |
| Octal | 2 | 142 | 22 | 142 | 0 | 122 | 76 | 202 | 140 | 24 |
| Binary | 10 | 1100010 | 10010 | 1100010 | 0 | 1010010 | 111110 | 10000010 | 1100000 | 10100 |
Color Harmonies of #026212
Complementary color
Monochromatic Colors of #026212
Black with #026212
Text Example
Text Example
White with #026212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026212; }
p { color: rgb(2,98,18); }
H1.HeaderClassName
{
color: #026212;
}
.AnyTagClassName
{
color: #026212;
}
</style>
background-color css
<style>
a { background-color: #026212; }
a { background-color: rgb(2,98,18); }
div.DivClassName
{
background-color: #026212;
}
.BgClassName
{
background-color: #026212;
}
</style>
border-color css
<style>
span { border-color: #026212; }
span { border-color: rgb(2,98,18); }
td.TdClassName
{
border-color: #026212;
}
.TagClassName
{
border-color: #026212;
}
</style>