Shades of Green #027F17
Tints of Green #027F17
RGB
CMYK
RGB Variations
Color information
#027F17 (or 0x027F17) is known color: Green. HEX triplet: 02, 7F and 17. RGB value is (2,127,23). Sum of RGB (Red+Green+Blue) = 2+127+23=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 127 (50% from 255 or 83.55% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 127 - color contains mainly: green. Hex color #027F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F17 is #FD80E8. Grayscale: #4E4E4E. Windows color (decimal): -16613609 or 1539842. OLE color: 1539842.
HSL color Cylindrical-coordinate representation of color #027F17: hue angle of 130.08º 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 #027F17 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 127 | 23 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.50 |
| HSL | 130.08º | 0.97% | 0.25% | - |
| HSV(B) | 130.08º | 0.98% | 0.5% | - |
| XYZ | 7.77 | 15.25 | 3.35 | - |
| YUV | 77.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 23 | 0.98 | 0 | 0.82 | 0.50 | 130.08 | 0.97 | 0.25 |
| Hex | 2 | 7F | 17 | 62 | 0 | 52 | 32 | 82 | 61 | 19 |
| Octal | 2 | 177 | 27 | 142 | 0 | 122 | 62 | 202 | 141 | 31 |
| Binary | 10 | 1111111 | 10111 | 1100010 | 0 | 1010010 | 110010 | 10000010 | 1100001 | 11001 |
Color Harmonies of #027F17
Complementary color
Monochromatic Colors of #027F17
Black with #027F17
Text Example
Text Example
White with #027F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F17; }
p { color: rgb(2,127,23); }
H1.HeaderClassName
{
color: #027F17;
}
.AnyTagClassName
{
color: #027F17;
}
</style>
background-color css
<style>
a { background-color: #027F17; }
a { background-color: rgb(2,127,23); }
div.DivClassName
{
background-color: #027F17;
}
.BgClassName
{
background-color: #027F17;
}
</style>
border-color css
<style>
span { border-color: #027F17; }
span { border-color: rgb(2,127,23); }
td.TdClassName
{
border-color: #027F17;
}
.TagClassName
{
border-color: #027F17;
}
</style>