Shades of Green #027C13
Tints of Green #027C13
RGB
CMYK
RGB Variations
Color information
#027C13 (or 0x027C13) is known color: Green. HEX triplet: 02, 7C and 13. RGB value is (2,124,19). Sum of RGB (Red+Green+Blue) = 2+124+19=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 124 (48.83% from 255 or 85.52% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 124 - color contains mainly: green. Hex color #027C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C13 is #FD83EC. Grayscale: #4B4B4B. Windows color (decimal): -16614381 or 1276930. OLE color: 1276930.
HSL color Cylindrical-coordinate representation of color #027C13: hue angle of 128.36º 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 #027C13 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 19 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.51 |
| HSL | 128.36º | 0.97% | 0.25% | - |
| HSV(B) | 128.36º | 0.98% | 0.49% | - |
| XYZ | 7.35 | 14.48 | 3.02 | - |
| YUV | 75.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 19 | 0.98 | 0 | 0.85 | 0.51 | 128.36 | 0.97 | 0.25 |
| Hex | 2 | 7C | 13 | 62 | 0 | 55 | 33 | 80 | 61 | 19 |
| Octal | 2 | 174 | 23 | 142 | 0 | 125 | 63 | 200 | 141 | 31 |
| Binary | 10 | 1111100 | 10011 | 1100010 | 0 | 1010101 | 110011 | 10000000 | 1100001 | 11001 |
Color Harmonies of #027C13
Complementary color
Monochromatic Colors of #027C13
Black with #027C13
Text Example
Text Example
White with #027C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C13; }
p { color: rgb(2,124,19); }
H1.HeaderClassName
{
color: #027C13;
}
.AnyTagClassName
{
color: #027C13;
}
</style>
background-color css
<style>
a { background-color: #027C13; }
a { background-color: rgb(2,124,19); }
div.DivClassName
{
background-color: #027C13;
}
.BgClassName
{
background-color: #027C13;
}
</style>
border-color css
<style>
span { border-color: #027C13; }
span { border-color: rgb(2,124,19); }
td.TdClassName
{
border-color: #027C13;
}
.TagClassName
{
border-color: #027C13;
}
</style>