Shades of Green #027607
Tints of Green #027607
RGB
CMYK
RGB Variations
Color information
#027607 (or 0x027607) is known color: Green. HEX triplet: 02, 76 and 07. RGB value is (2,118,7). Sum of RGB (Red+Green+Blue) = 2+118+7=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 118 (46.48% from 255 or 92.91% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 118 - color contains mainly: green. Hex color #027607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027607 is #FD89F8. Grayscale: #464646. Windows color (decimal): -16615929 or 488962. OLE color: 488962.
HSL color Cylindrical-coordinate representation of color #027607: hue angle of 122.59º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027607 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 118 | 7 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.54 |
| HSL | 122.59º | 0.97% | 0.24% | - |
| HSV(B) | 122.59º | 0.98% | 0.46% | - |
| XYZ | 6.54 | 12.99 | 2.36 | - |
| YUV | 70.66 | 92.07 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 7 | 0.98 | 0 | 0.94 | 0.54 | 122.59 | 0.97 | 0.24 |
| Hex | 2 | 76 | 7 | 62 | 0 | 5E | 36 | 7B | 61 | 18 |
| Octal | 2 | 166 | 7 | 142 | 0 | 136 | 66 | 173 | 141 | 30 |
| Binary | 10 | 1110110 | 111 | 1100010 | 0 | 1011110 | 110110 | 1111011 | 1100001 | 11000 |
Color Harmonies of #027607
Complementary color
Monochromatic Colors of #027607
Black with #027607
Text Example
Text Example
White with #027607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027607; }
p { color: rgb(2,118,7); }
H1.HeaderClassName
{
color: #027607;
}
.AnyTagClassName
{
color: #027607;
}
</style>
background-color css
<style>
a { background-color: #027607; }
a { background-color: rgb(2,118,7); }
div.DivClassName
{
background-color: #027607;
}
.BgClassName
{
background-color: #027607;
}
</style>
border-color css
<style>
span { border-color: #027607; }
span { border-color: rgb(2,118,7); }
td.TdClassName
{
border-color: #027607;
}
.TagClassName
{
border-color: #027607;
}
</style>