Shades of Green #027C08
Tints of Green #027C08
RGB
CMYK
RGB Variations
Color information
#027C08 (or 0x027C08) is known color: Green. HEX triplet: 02, 7C and 08. RGB value is (2,124,8). Sum of RGB (Red+Green+Blue) = 2+124+8=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 124 (48.83% from 255 or 92.54% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 124 - color contains mainly: green. Hex color #027C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C08 is #FD83F7. Grayscale: #4A4A4A. Windows color (decimal): -16614392 or 556034. OLE color: 556034.
HSL color Cylindrical-coordinate representation of color #027C08: hue angle of 122.95º 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 #027C08 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 8 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.51 |
| HSL | 122.95º | 0.97% | 0.25% | - |
| HSV(B) | 122.95º | 0.98% | 0.49% | - |
| XYZ | 7.28 | 14.45 | 2.63 | - |
| YUV | 74.3 | 90.58 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 8 | 0.98 | 0 | 0.94 | 0.51 | 122.95 | 0.97 | 0.25 |
| Hex | 2 | 7C | 8 | 62 | 0 | 5E | 33 | 7B | 61 | 19 |
| Octal | 2 | 174 | 10 | 142 | 0 | 136 | 63 | 173 | 141 | 31 |
| Binary | 10 | 1111100 | 1000 | 1100010 | 0 | 1011110 | 110011 | 1111011 | 1100001 | 11001 |
Color Harmonies of #027C08
Complementary color
Monochromatic Colors of #027C08
Black with #027C08
Text Example
Text Example
White with #027C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C08; }
p { color: rgb(2,124,8); }
H1.HeaderClassName
{
color: #027C08;
}
.AnyTagClassName
{
color: #027C08;
}
</style>
background-color css
<style>
a { background-color: #027C08; }
a { background-color: rgb(2,124,8); }
div.DivClassName
{
background-color: #027C08;
}
.BgClassName
{
background-color: #027C08;
}
</style>
border-color css
<style>
span { border-color: #027C08; }
span { border-color: rgb(2,124,8); }
td.TdClassName
{
border-color: #027C08;
}
.TagClassName
{
border-color: #027C08;
}
</style>