Shades of Green #027F0F
Tints of Green #027F0F
RGB
CMYK
RGB Variations
Color information
#027F0F (or 0x027F0F) is known color: Green. HEX triplet: 02, 7F and 0F. RGB value is (2,127,15). Sum of RGB (Red+Green+Blue) = 2+127+15=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 127 (50% from 255 or 88.19% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 127 - color contains mainly: green. Hex color #027F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F0F is #FD80F0. Grayscale: #4D4D4D. Windows color (decimal): -16613617 or 1015554. OLE color: 1015554.
HSL color Cylindrical-coordinate representation of color #027F0F: hue angle of 126.24º 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 #027F0F is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 127 | 15 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.50 |
| HSL | 126.24º | 0.97% | 0.25% | - |
| HSV(B) | 126.24º | 0.98% | 0.5% | - |
| XYZ | 7.7 | 15.23 | 2.99 | - |
| YUV | 76.86 | 93.09 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 15 | 0.98 | 0 | 0.88 | 0.50 | 126.24 | 0.97 | 0.25 |
| Hex | 2 | 7F | F | 62 | 0 | 58 | 32 | 7E | 61 | 19 |
| Octal | 2 | 177 | 17 | 142 | 0 | 130 | 62 | 176 | 141 | 31 |
| Binary | 10 | 1111111 | 1111 | 1100010 | 0 | 1011000 | 110010 | 1111110 | 1100001 | 11001 |
Color Harmonies of #027F0F
Complementary color
Monochromatic Colors of #027F0F
Black with #027F0F
Text Example
Text Example
White with #027F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F0F; }
p { color: rgb(2,127,15); }
H1.HeaderClassName
{
color: #027F0F;
}
.AnyTagClassName
{
color: #027F0F;
}
</style>
background-color css
<style>
a { background-color: #027F0F; }
a { background-color: rgb(2,127,15); }
div.DivClassName
{
background-color: #027F0F;
}
.BgClassName
{
background-color: #027F0F;
}
</style>
border-color css
<style>
span { border-color: #027F0F; }
span { border-color: rgb(2,127,15); }
td.TdClassName
{
border-color: #027F0F;
}
.TagClassName
{
border-color: #027F0F;
}
</style>