Shades of Green #027A15
Tints of Green #027A15
RGB
CMYK
RGB Variations
Color information
#027A15 (or 0x027A15) is known color: Green. HEX triplet: 02, 7A and 15. RGB value is (2,122,21). Sum of RGB (Red+Green+Blue) = 2+122+21=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 122 (48.05% from 255 or 84.14% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 122 - color contains mainly: green. Hex color #027A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A15 is #FD85EA. Grayscale: #4A4A4A. Windows color (decimal): -16614891 or 1407490. OLE color: 1407490.
HSL color Cylindrical-coordinate representation of color #027A15: hue angle of 129.5º 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 #027A15 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 122 | 21 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.52 |
| HSL | 129.5º | 0.97% | 0.24% | - |
| HSV(B) | 129.5º | 0.98% | 0.48% | - |
| XYZ | 7.12 | 13.99 | 3.03 | - |
| YUV | 74.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 21 | 0.98 | 0 | 0.83 | 0.52 | 129.5 | 0.97 | 0.24 |
| Hex | 2 | 7A | 15 | 62 | 0 | 53 | 34 | 82 | 61 | 18 |
| Octal | 2 | 172 | 25 | 142 | 0 | 123 | 64 | 202 | 141 | 30 |
| Binary | 10 | 1111010 | 10101 | 1100010 | 0 | 1010011 | 110100 | 10000010 | 1100001 | 11000 |
Color Harmonies of #027A15
Complementary color
Monochromatic Colors of #027A15
Black with #027A15
Text Example
Text Example
White with #027A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A15; }
p { color: rgb(2,122,21); }
H1.HeaderClassName
{
color: #027A15;
}
.AnyTagClassName
{
color: #027A15;
}
</style>
background-color css
<style>
a { background-color: #027A15; }
a { background-color: rgb(2,122,21); }
div.DivClassName
{
background-color: #027A15;
}
.BgClassName
{
background-color: #027A15;
}
</style>
border-color css
<style>
span { border-color: #027A15; }
span { border-color: rgb(2,122,21); }
td.TdClassName
{
border-color: #027A15;
}
.TagClassName
{
border-color: #027A15;
}
</style>