Shades of Green #027A0E
Tints of Green #027A0E
RGB
CMYK
RGB Variations
Color information
#027A0E (or 0x027A0E) is known color: Green. HEX triplet: 02, 7A and 0E. RGB value is (2,122,14). Sum of RGB (Red+Green+Blue) = 2+122+14=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 122 (48.05% from 255 or 88.41% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 122 - color contains mainly: green. Hex color #027A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A0E is #FD85F1. Grayscale: #4A4A4A. Windows color (decimal): -16614898 or 948738. OLE color: 948738.
HSL color Cylindrical-coordinate representation of color #027A0E: hue angle of 126º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A0E is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 122 | 14 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.52 |
| HSL | 126º | 0.97% | 0.24% | - |
| HSV(B) | 126º | 0.98% | 0.48% | - |
| XYZ | 7.06 | 13.96 | 2.74 | - |
| YUV | 73.81 | 94.24 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 14 | 0.98 | 0 | 0.89 | 0.52 | 126 | 0.97 | 0.24 |
| Hex | 2 | 7A | E | 62 | 0 | 59 | 34 | 7E | 61 | 18 |
| Octal | 2 | 172 | 16 | 142 | 0 | 131 | 64 | 176 | 141 | 30 |
| Binary | 10 | 1111010 | 1110 | 1100010 | 0 | 1011001 | 110100 | 1111110 | 1100001 | 11000 |
Color Harmonies of #027A0E
Complementary color
Monochromatic Colors of #027A0E
Black with #027A0E
Text Example
Text Example
White with #027A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A0E; }
p { color: rgb(2,122,14); }
H1.HeaderClassName
{
color: #027A0E;
}
.AnyTagClassName
{
color: #027A0E;
}
</style>
background-color css
<style>
a { background-color: #027A0E; }
a { background-color: rgb(2,122,14); }
div.DivClassName
{
background-color: #027A0E;
}
.BgClassName
{
background-color: #027A0E;
}
</style>
border-color css
<style>
span { border-color: #027A0E; }
span { border-color: rgb(2,122,14); }
td.TdClassName
{
border-color: #027A0E;
}
.TagClassName
{
border-color: #027A0E;
}
</style>