Shades of Green #027A04
Tints of Green #027A04
RGB
CMYK
RGB Variations
Color information
#027A04 (or 0x027A04) is known color: Green. HEX triplet: 02, 7A and 04. RGB value is (2,122,4). Sum of RGB (Red+Green+Blue) = 2+122+4=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 122 (48.05% from 255 or 95.31% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 122 - color contains mainly: green. Hex color #027A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A04 is #FD85FB. Grayscale: #494949. Windows color (decimal): -16614908 or 293378. OLE color: 293378.
HSL color Cylindrical-coordinate representation of color #027A04: hue angle of 121º 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 #027A04 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 122 | 4 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.52 |
| HSL | 121º | 0.97% | 0.24% | - |
| HSV(B) | 121º | 0.98% | 0.48% | - |
| XYZ | 7.01 | 13.94 | 2.44 | - |
| YUV | 72.67 | 89.24 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 4 | 0.98 | 0 | 0.97 | 0.52 | 121 | 0.97 | 0.24 |
| Hex | 2 | 7A | 4 | 62 | 0 | 61 | 34 | 79 | 61 | 18 |
| Octal | 2 | 172 | 4 | 142 | 0 | 141 | 64 | 171 | 141 | 30 |
| Binary | 10 | 1111010 | 100 | 1100010 | 0 | 1100001 | 110100 | 1111001 | 1100001 | 11000 |
Color Harmonies of #027A04
Complementary color
Monochromatic Colors of #027A04
Black with #027A04
Text Example
Text Example
White with #027A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A04; }
p { color: rgb(2,122,4); }
H1.HeaderClassName
{
color: #027A04;
}
.AnyTagClassName
{
color: #027A04;
}
</style>
background-color css
<style>
a { background-color: #027A04; }
a { background-color: rgb(2,122,4); }
div.DivClassName
{
background-color: #027A04;
}
.BgClassName
{
background-color: #027A04;
}
</style>
border-color css
<style>
span { border-color: #027A04; }
span { border-color: rgb(2,122,4); }
td.TdClassName
{
border-color: #027A04;
}
.TagClassName
{
border-color: #027A04;
}
</style>