Shades of Green #027900
Tints of Green #027900
RGB
CMYK
RGB Variations
Color information
#027900 (or 0x027900) is known color: Green. HEX triplet: 02, 79 and 00. RGB value is (2,121,0). Sum of RGB (Red+Green+Blue) = 2+121+0=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 121 (47.66% from 255 or 98.37% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 121 - color contains mainly: green. Hex color #027900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027900 is #FD86FF. Grayscale: #474747. Windows color (decimal): -16615168 or 30978. OLE color: 30978.
HSL color Cylindrical-coordinate representation of color #027900: hue angle of 119.01º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #027900 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 121 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.53 |
| HSL | 119.01º | 1% | 0.24% | - |
| HSV(B) | 119.01º | 1% | 0.47% | - |
| XYZ | 6.86 | 13.69 | 2.28 | - |
| YUV | 71.63 | 87.58 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 0 | 0.98 | 0 | 1 | 0.53 | 119.01 | 1 | 0.24 |
| Hex | 2 | 79 | 0 | 62 | 0 | 64 | 35 | 77 | 64 | 18 |
| Octal | 2 | 171 | 0 | 142 | 0 | 144 | 65 | 167 | 144 | 30 |
| Binary | 10 | 1111001 | 0 | 1100010 | 0 | 1100100 | 110101 | 1110111 | 1100100 | 11000 |
Color Harmonies of #027900
Complementary color
Monochromatic Colors of #027900
Black with #027900
Text Example
Text Example
White with #027900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027900; }
p { color: rgb(2,121,0); }
H1.HeaderClassName
{
color: #027900;
}
.AnyTagClassName
{
color: #027900;
}
</style>
background-color css
<style>
a { background-color: #027900; }
a { background-color: rgb(2,121,0); }
div.DivClassName
{
background-color: #027900;
}
.BgClassName
{
background-color: #027900;
}
</style>
border-color css
<style>
span { border-color: #027900; }
span { border-color: rgb(2,121,0); }
td.TdClassName
{
border-color: #027900;
}
.TagClassName
{
border-color: #027900;
}
</style>