Shades of Green #027C07
Tints of Green #027C07
RGB
CMYK
RGB Variations
Color information
#027C07 (or 0x027C07) is known color: Green. HEX triplet: 02, 7C and 07. RGB value is (2,124,7). Sum of RGB (Red+Green+Blue) = 2+124+7=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 124 (48.83% from 255 or 93.23% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 124 - color contains mainly: green. Hex color #027C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C07 is #FD83F8. Grayscale: #4A4A4A. Windows color (decimal): -16614393 or 490498. OLE color: 490498.
HSL color Cylindrical-coordinate representation of color #027C07: hue angle of 122.46º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C07 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 7 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.51 |
| HSL | 122.46º | 0.97% | 0.25% | - |
| HSV(B) | 122.46º | 0.98% | 0.49% | - |
| XYZ | 7.27 | 14.44 | 2.61 | - |
| YUV | 74.18 | 90.08 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 7 | 0.98 | 0 | 0.94 | 0.51 | 122.46 | 0.97 | 0.25 |
| Hex | 2 | 7C | 7 | 62 | 0 | 5E | 33 | 7A | 61 | 19 |
| Octal | 2 | 174 | 7 | 142 | 0 | 136 | 63 | 172 | 141 | 31 |
| Binary | 10 | 1111100 | 111 | 1100010 | 0 | 1011110 | 110011 | 1111010 | 1100001 | 11001 |
Color Harmonies of #027C07
Complementary color
Monochromatic Colors of #027C07
Black with #027C07
Text Example
Text Example
White with #027C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C07; }
p { color: rgb(2,124,7); }
H1.HeaderClassName
{
color: #027C07;
}
.AnyTagClassName
{
color: #027C07;
}
</style>
background-color css
<style>
a { background-color: #027C07; }
a { background-color: rgb(2,124,7); }
div.DivClassName
{
background-color: #027C07;
}
.BgClassName
{
background-color: #027C07;
}
</style>
border-color css
<style>
span { border-color: #027C07; }
span { border-color: rgb(2,124,7); }
td.TdClassName
{
border-color: #027C07;
}
.TagClassName
{
border-color: #027C07;
}
</style>