Shades of Green #02610D
Tints of Green #02610D
RGB
CMYK
RGB Variations
Color information
#02610D (or 0x02610D) is known color: Green. HEX triplet: 02, 61 and 0D. RGB value is (2,97,13). Sum of RGB (Red+Green+Blue) = 2+97+13=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 97 (38.28% from 255 or 86.61% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 97 - color contains mainly: green. Hex color #02610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02610D is #FD9EF2. Grayscale: #3B3B3B. Windows color (decimal): -16621299 or 876802. OLE color: 876802.
HSL color Cylindrical-coordinate representation of color #02610D: hue angle of 126.95º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02610D is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 97 | 13 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.62 |
| HSL | 126.95º | 0.96% | 0.19% | - |
| HSV(B) | 126.95º | 0.98% | 0.38% | - |
| XYZ | 4.37 | 8.59 | 1.81 | - |
| YUV | 59.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 13 | 0.98 | 0 | 0.87 | 0.62 | 126.95 | 0.96 | 0.19 |
| Hex | 2 | 61 | D | 62 | 0 | 57 | 3E | 7F | 60 | 13 |
| Octal | 2 | 141 | 15 | 142 | 0 | 127 | 76 | 177 | 140 | 23 |
| Binary | 10 | 1100001 | 1101 | 1100010 | 0 | 1010111 | 111110 | 1111111 | 1100000 | 10011 |
Color Harmonies of #02610D
Complementary color
Monochromatic Colors of #02610D
Black with #02610D
Text Example
Text Example
White with #02610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02610D; }
p { color: rgb(2,97,13); }
H1.HeaderClassName
{
color: #02610D;
}
.AnyTagClassName
{
color: #02610D;
}
</style>
background-color css
<style>
a { background-color: #02610D; }
a { background-color: rgb(2,97,13); }
div.DivClassName
{
background-color: #02610D;
}
.BgClassName
{
background-color: #02610D;
}
</style>
border-color css
<style>
span { border-color: #02610D; }
span { border-color: rgb(2,97,13); }
td.TdClassName
{
border-color: #02610D;
}
.TagClassName
{
border-color: #02610D;
}
</style>