Shades of Green #02680A
Tints of Green #02680A
RGB
CMYK
RGB Variations
Color information
#02680A (or 0x02680A) is known color: Green. HEX triplet: 02, 68 and 0A. RGB value is (2,104,10). Sum of RGB (Red+Green+Blue) = 2+104+10=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 104 (41.02% from 255 or 89.66% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 104 - color contains mainly: green. Hex color #02680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02680A is #FD97F5. Grayscale: #3F3F3F. Windows color (decimal): -16619510 or 681986. OLE color: 681986.
HSL color Cylindrical-coordinate representation of color #02680A: hue angle of 124.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02680A is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 104 | 10 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.59 |
| HSL | 124.71º | 0.96% | 0.21% | - |
| HSV(B) | 124.71º | 0.98% | 0.41% | - |
| XYZ | 5.03 | 9.94 | 1.94 | - |
| YUV | 62.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 10 | 0.98 | 0 | 0.90 | 0.59 | 124.71 | 0.96 | 0.21 |
| Hex | 2 | 68 | A | 62 | 0 | 5A | 3B | 7D | 60 | 15 |
| Octal | 2 | 150 | 12 | 142 | 0 | 132 | 73 | 175 | 140 | 25 |
| Binary | 10 | 1101000 | 1010 | 1100010 | 0 | 1011010 | 111011 | 1111101 | 1100000 | 10101 |
Color Harmonies of #02680A
Complementary color
Monochromatic Colors of #02680A
Black with #02680A
Text Example
Text Example
White with #02680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02680A; }
p { color: rgb(2,104,10); }
H1.HeaderClassName
{
color: #02680A;
}
.AnyTagClassName
{
color: #02680A;
}
</style>
background-color css
<style>
a { background-color: #02680A; }
a { background-color: rgb(2,104,10); }
div.DivClassName
{
background-color: #02680A;
}
.BgClassName
{
background-color: #02680A;
}
</style>
border-color css
<style>
span { border-color: #02680A; }
span { border-color: rgb(2,104,10); }
td.TdClassName
{
border-color: #02680A;
}
.TagClassName
{
border-color: #02680A;
}
</style>