Shades of Dark Spring Green #027C40
Tints of Dark Spring Green #027C40
RGB
CMYK
RGB Variations
Color information
#027C40 (or 0x027C40) is known color: Dark Spring Green. HEX triplet: 02, 7C and 40. RGB value is (2,124,64). Sum of RGB (Red+Green+Blue) = 2+124+64=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #027C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027C40 is #FD83BF. Grayscale: #505050. Windows color (decimal): -16614336 or 4226050. OLE color: 4226050.
HSL color Cylindrical-coordinate representation of color #027C40: hue angle of 150.49º 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 #027C40 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 64 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.51 |
| HSL | 150.49º | 0.97% | 0.25% | - |
| HSV(B) | 150.49º | 0.98% | 0.49% | - |
| XYZ | 8.16 | 14.8 | 7.28 | - |
| YUV | 80.68 | 118.58 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 64 | 0.98 | 0 | 0.48 | 0.51 | 150.49 | 0.97 | 0.25 |
| Hex | 2 | 7C | 40 | 62 | 0 | 30 | 33 | 96 | 61 | 19 |
| Octal | 2 | 174 | 100 | 142 | 0 | 60 | 63 | 226 | 141 | 31 |
| Binary | 10 | 1111100 | 1000000 | 1100010 | 0 | 110000 | 110011 | 10010110 | 1100001 | 11001 |
Color Harmonies of #027C40
Complementary color
Monochromatic Colors of #027C40
Black with #027C40
Text Example
Text Example
White with #027C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C40; }
p { color: rgb(2,124,64); }
H1.HeaderClassName
{
color: #027C40;
}
.AnyTagClassName
{
color: #027C40;
}
</style>
background-color css
<style>
a { background-color: #027C40; }
a { background-color: rgb(2,124,64); }
div.DivClassName
{
background-color: #027C40;
}
.BgClassName
{
background-color: #027C40;
}
</style>
border-color css
<style>
span { border-color: #027C40; }
span { border-color: rgb(2,124,64); }
td.TdClassName
{
border-color: #027C40;
}
.TagClassName
{
border-color: #027C40;
}
</style>