Shades of Green #026500
Tints of Green #026500
RGB
CMYK
RGB Variations
Color information
#026500 (or 0x026500) is known color: Green. HEX triplet: 02, 65 and 00. RGB value is (2,101,0). Sum of RGB (Red+Green+Blue) = 2+101+0=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 101 (39.84% from 255 or 98.06% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 101 - color contains mainly: green. Hex color #026500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026500 is #FD9AFF. Grayscale: #3C3C3C. Windows color (decimal): -16620288 or 25858. OLE color: 25858.
HSL color Cylindrical-coordinate representation of color #026500: hue angle of 118.81º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #026500 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 101 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.60 |
| HSL | 118.81º | 1% | 0.2% | - |
| HSV(B) | 118.81º | 1% | 0.4% | - |
| XYZ | 4.68 | 9.32 | 1.55 | - |
| YUV | 59.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 0 | 0.98 | 0 | 1 | 0.60 | 118.81 | 1 | 0.2 |
| Hex | 2 | 65 | 0 | 62 | 0 | 64 | 3C | 77 | 64 | 14 |
| Octal | 2 | 145 | 0 | 142 | 0 | 144 | 74 | 167 | 144 | 24 |
| Binary | 10 | 1100101 | 0 | 1100010 | 0 | 1100100 | 111100 | 1110111 | 1100100 | 10100 |
Color Harmonies of #026500
Complementary color
Monochromatic Colors of #026500
Black with #026500
Text Example
Text Example
White with #026500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026500; }
p { color: rgb(2,101,0); }
H1.HeaderClassName
{
color: #026500;
}
.AnyTagClassName
{
color: #026500;
}
</style>
background-color css
<style>
a { background-color: #026500; }
a { background-color: rgb(2,101,0); }
div.DivClassName
{
background-color: #026500;
}
.BgClassName
{
background-color: #026500;
}
</style>
border-color css
<style>
span { border-color: #026500; }
span { border-color: rgb(2,101,0); }
td.TdClassName
{
border-color: #026500;
}
.TagClassName
{
border-color: #026500;
}
</style>