Shades of Green #026700
Tints of Green #026700
RGB
CMYK
RGB Variations
Color information
#026700 (or 0x026700) is known color: Green. HEX triplet: 02, 67 and 00. RGB value is (2,103,0). Sum of RGB (Red+Green+Blue) = 2+103+0=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 103 (40.62% from 255 or 98.10% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 103 - color contains mainly: green. Hex color #026700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026700 is #FD98FF. Grayscale: #3D3D3D. Windows color (decimal): -16619776 or 26370. OLE color: 26370.
HSL color Cylindrical-coordinate representation of color #026700: hue angle of 118.83º 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 #026700 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 103 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.60 |
| HSL | 118.83º | 1% | 0.2% | - |
| HSV(B) | 118.83º | 1% | 0.4% | - |
| XYZ | 4.88 | 9.71 | 1.62 | - |
| YUV | 61.06 | 93.54 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 0 | 0.98 | 0 | 1 | 0.60 | 118.83 | 1 | 0.2 |
| Hex | 2 | 67 | 0 | 62 | 0 | 64 | 3C | 77 | 64 | 14 |
| Octal | 2 | 147 | 0 | 142 | 0 | 144 | 74 | 167 | 144 | 24 |
| Binary | 10 | 1100111 | 0 | 1100010 | 0 | 1100100 | 111100 | 1110111 | 1100100 | 10100 |
Color Harmonies of #026700
Complementary color
Monochromatic Colors of #026700
Black with #026700
Text Example
Text Example
White with #026700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026700; }
p { color: rgb(2,103,0); }
H1.HeaderClassName
{
color: #026700;
}
.AnyTagClassName
{
color: #026700;
}
</style>
background-color css
<style>
a { background-color: #026700; }
a { background-color: rgb(2,103,0); }
div.DivClassName
{
background-color: #026700;
}
.BgClassName
{
background-color: #026700;
}
</style>
border-color css
<style>
span { border-color: #026700; }
span { border-color: rgb(2,103,0); }
td.TdClassName
{
border-color: #026700;
}
.TagClassName
{
border-color: #026700;
}
</style>