Shades of Green #027C0F
Tints of Green #027C0F
RGB
CMYK
RGB Variations
Color information
#027C0F (or 0x027C0F) is known color: Green. HEX triplet: 02, 7C and 0F. RGB value is (2,124,15). Sum of RGB (Red+Green+Blue) = 2+124+15=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 124 (48.83% from 255 or 87.94% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 124 - color contains mainly: green. Hex color #027C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C0F is #FD83F0. Grayscale: #4B4B4B. Windows color (decimal): -16614385 or 1014786. OLE color: 1014786.
HSL color Cylindrical-coordinate representation of color #027C0F: hue angle of 126.39º 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 #027C0F is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 15 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.51 |
| HSL | 126.39º | 0.97% | 0.25% | - |
| HSV(B) | 126.39º | 0.98% | 0.49% | - |
| XYZ | 7.32 | 14.46 | 2.86 | - |
| YUV | 75.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 15 | 0.98 | 0 | 0.88 | 0.51 | 126.39 | 0.97 | 0.25 |
| Hex | 2 | 7C | F | 62 | 0 | 58 | 33 | 7E | 61 | 19 |
| Octal | 2 | 174 | 17 | 142 | 0 | 130 | 63 | 176 | 141 | 31 |
| Binary | 10 | 1111100 | 1111 | 1100010 | 0 | 1011000 | 110011 | 1111110 | 1100001 | 11001 |
Color Harmonies of #027C0F
Complementary color
Monochromatic Colors of #027C0F
Black with #027C0F
Text Example
Text Example
White with #027C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C0F; }
p { color: rgb(2,124,15); }
H1.HeaderClassName
{
color: #027C0F;
}
.AnyTagClassName
{
color: #027C0F;
}
</style>
background-color css
<style>
a { background-color: #027C0F; }
a { background-color: rgb(2,124,15); }
div.DivClassName
{
background-color: #027C0F;
}
.BgClassName
{
background-color: #027C0F;
}
</style>
border-color css
<style>
span { border-color: #027C0F; }
span { border-color: rgb(2,124,15); }
td.TdClassName
{
border-color: #027C0F;
}
.TagClassName
{
border-color: #027C0F;
}
</style>