Shades of Dark Spring Green #027C36
Tints of Dark Spring Green #027C36
RGB
CMYK
RGB Variations
Color information
#027C36 (or 0x027C36) is known color: Dark Spring Green. HEX triplet: 02, 7C and 36. RGB value is (2,124,54). Sum of RGB (Red+Green+Blue) = 2+124+54=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 124 (48.83% from 255 or 68.89% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 124 - color contains mainly: green. Hex color #027C36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027C36 is #FD83C9. Grayscale: #4F4F4F. Windows color (decimal): -16614346 or 3570690. OLE color: 3570690.
HSL color Cylindrical-coordinate representation of color #027C36: hue angle of 145.57º 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 #027C36 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 54 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.51 |
| HSL | 145.57º | 0.97% | 0.25% | - |
| HSV(B) | 145.57º | 0.98% | 0.49% | - |
| XYZ | 7.9 | 14.69 | 5.91 | - |
| YUV | 79.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 54 | 0.98 | 0 | 0.56 | 0.51 | 145.57 | 0.97 | 0.25 |
| Hex | 2 | 7C | 36 | 62 | 0 | 38 | 33 | 92 | 61 | 19 |
| Octal | 2 | 174 | 66 | 142 | 0 | 70 | 63 | 222 | 141 | 31 |
| Binary | 10 | 1111100 | 110110 | 1100010 | 0 | 111000 | 110011 | 10010010 | 1100001 | 11001 |
Color Harmonies of #027C36
Complementary color
Monochromatic Colors of #027C36
Black with #027C36
Text Example
Text Example
White with #027C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C36; }
p { color: rgb(2,124,54); }
H1.HeaderClassName
{
color: #027C36;
}
.AnyTagClassName
{
color: #027C36;
}
</style>
background-color css
<style>
a { background-color: #027C36; }
a { background-color: rgb(2,124,54); }
div.DivClassName
{
background-color: #027C36;
}
.BgClassName
{
background-color: #027C36;
}
</style>
border-color css
<style>
span { border-color: #027C36; }
span { border-color: rgb(2,124,54); }
td.TdClassName
{
border-color: #027C36;
}
.TagClassName
{
border-color: #027C36;
}
</style>