Shades of Green #027F15
Tints of Green #027F15
RGB
CMYK
RGB Variations
Color information
#027F15 (or 0x027F15) is known color: Green. HEX triplet: 02, 7F and 15. RGB value is (2,127,21). Sum of RGB (Red+Green+Blue) = 2+127+21=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 127 (50% from 255 or 84.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 127 - color contains mainly: green. Hex color #027F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F15 is #FD80EA. Grayscale: #4D4D4D. Windows color (decimal): -16613611 or 1408770. OLE color: 1408770.
HSL color Cylindrical-coordinate representation of color #027F15: hue angle of 129.12º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027F15 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 127 | 21 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.50 |
| HSL | 129.12º | 0.97% | 0.25% | - |
| HSV(B) | 129.12º | 0.98% | 0.5% | - |
| XYZ | 7.75 | 15.25 | 3.24 | - |
| YUV | 77.54 | 96.09 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 21 | 0.98 | 0 | 0.83 | 0.50 | 129.12 | 0.97 | 0.25 |
| Hex | 2 | 7F | 15 | 62 | 0 | 53 | 32 | 81 | 61 | 19 |
| Octal | 2 | 177 | 25 | 142 | 0 | 123 | 62 | 201 | 141 | 31 |
| Binary | 10 | 1111111 | 10101 | 1100010 | 0 | 1010011 | 110010 | 10000001 | 1100001 | 11001 |
Color Harmonies of #027F15
Complementary color
Monochromatic Colors of #027F15
Black with #027F15
Text Example
Text Example
White with #027F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F15; }
p { color: rgb(2,127,21); }
H1.HeaderClassName
{
color: #027F15;
}
.AnyTagClassName
{
color: #027F15;
}
</style>
background-color css
<style>
a { background-color: #027F15; }
a { background-color: rgb(2,127,21); }
div.DivClassName
{
background-color: #027F15;
}
.BgClassName
{
background-color: #027F15;
}
</style>
border-color css
<style>
span { border-color: #027F15; }
span { border-color: rgb(2,127,21); }
td.TdClassName
{
border-color: #027F15;
}
.TagClassName
{
border-color: #027F15;
}
</style>