Shades of Green #027F0B
Tints of Green #027F0B
RGB
CMYK
RGB Variations
Color information
#027F0B (or 0x027F0B) is known color: Green. HEX triplet: 02, 7F and 0B. RGB value is (2,127,11). Sum of RGB (Red+Green+Blue) = 2+127+11=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 127 (50% from 255 or 90.71% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 127 - color contains mainly: green. Hex color #027F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F0B is #FD80F4. Grayscale: #4C4C4C. Windows color (decimal): -16613621 or 753410. OLE color: 753410.
HSL color Cylindrical-coordinate representation of color #027F0B: hue angle of 124.32º 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 #027F0B is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 127 | 11 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.50 |
| HSL | 124.32º | 0.97% | 0.25% | - |
| HSV(B) | 124.32º | 0.98% | 0.5% | - |
| XYZ | 7.67 | 15.22 | 2.85 | - |
| YUV | 76.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 11 | 0.98 | 0 | 0.91 | 0.50 | 124.32 | 0.97 | 0.25 |
| Hex | 2 | 7F | B | 62 | 0 | 5B | 32 | 7C | 61 | 19 |
| Octal | 2 | 177 | 13 | 142 | 0 | 133 | 62 | 174 | 141 | 31 |
| Binary | 10 | 1111111 | 1011 | 1100010 | 0 | 1011011 | 110010 | 1111100 | 1100001 | 11001 |
Color Harmonies of #027F0B
Complementary color
Monochromatic Colors of #027F0B
Black with #027F0B
Text Example
Text Example
White with #027F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F0B; }
p { color: rgb(2,127,11); }
H1.HeaderClassName
{
color: #027F0B;
}
.AnyTagClassName
{
color: #027F0B;
}
</style>
background-color css
<style>
a { background-color: #027F0B; }
a { background-color: rgb(2,127,11); }
div.DivClassName
{
background-color: #027F0B;
}
.BgClassName
{
background-color: #027F0B;
}
</style>
border-color css
<style>
span { border-color: #027F0B; }
span { border-color: rgb(2,127,11); }
td.TdClassName
{
border-color: #027F0B;
}
.TagClassName
{
border-color: #027F0B;
}
</style>