Shades of Green #026713
Tints of Green #026713
RGB
CMYK
RGB Variations
Color information
#026713 (or 0x026713) is known color: Green. HEX triplet: 02, 67 and 13. RGB value is (2,103,19). Sum of RGB (Red+Green+Blue) = 2+103+19=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 103 (40.62% from 255 or 83.06% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 103 - color contains mainly: green. Hex color #026713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026713 is #FD98EC. Grayscale: #3F3F3F. Windows color (decimal): -16619757 or 1271554. OLE color: 1271554.
HSL color Cylindrical-coordinate representation of color #026713: hue angle of 130.1º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026713 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 103 | 19 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.60 |
| HSL | 130.1º | 0.96% | 0.21% | - |
| HSV(B) | 130.1º | 0.98% | 0.4% | - |
| XYZ | 4.99 | 9.76 | 2.24 | - |
| YUV | 63.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 19 | 0.98 | 0 | 0.82 | 0.60 | 130.1 | 0.96 | 0.21 |
| Hex | 2 | 67 | 13 | 62 | 0 | 52 | 3C | 82 | 60 | 15 |
| Octal | 2 | 147 | 23 | 142 | 0 | 122 | 74 | 202 | 140 | 25 |
| Binary | 10 | 1100111 | 10011 | 1100010 | 0 | 1010010 | 111100 | 10000010 | 1100000 | 10101 |
Color Harmonies of #026713
Complementary color
Monochromatic Colors of #026713
Black with #026713
Text Example
Text Example
White with #026713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026713; }
p { color: rgb(2,103,19); }
H1.HeaderClassName
{
color: #026713;
}
.AnyTagClassName
{
color: #026713;
}
</style>
background-color css
<style>
a { background-color: #026713; }
a { background-color: rgb(2,103,19); }
div.DivClassName
{
background-color: #026713;
}
.BgClassName
{
background-color: #026713;
}
</style>
border-color css
<style>
span { border-color: #026713; }
span { border-color: rgb(2,103,19); }
td.TdClassName
{
border-color: #026713;
}
.TagClassName
{
border-color: #026713;
}
</style>