Shades of Dark Spring Green #027E3E
Tints of Dark Spring Green #027E3E
RGB
CMYK
RGB Variations
Color information
#027E3E (or 0x027E3E) is known color: Dark Spring Green. HEX triplet: 02, 7E and 3E. RGB value is (2,126,62). Sum of RGB (Red+Green+Blue) = 2+126+62=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 126 (49.61% from 255 or 66.32% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 126 - color contains mainly: green. Hex color #027E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027E3E is #FD81C1. Grayscale: #515151. Windows color (decimal): -16613826 or 4095490. OLE color: 4095490.
HSL color Cylindrical-coordinate representation of color #027E3E: hue angle of 149.03º 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 #027E3E is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 62 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.51 |
| HSL | 149.03º | 0.97% | 0.25% | - |
| HSV(B) | 149.03º | 0.98% | 0.49% | - |
| XYZ | 8.36 | 15.28 | 7.07 | - |
| YUV | 81.63 | 116.92 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 62 | 0.98 | 0 | 0.51 | 0.51 | 149.03 | 0.97 | 0.25 |
| Hex | 2 | 7E | 3E | 62 | 0 | 33 | 33 | 95 | 61 | 19 |
| Octal | 2 | 176 | 76 | 142 | 0 | 63 | 63 | 225 | 141 | 31 |
| Binary | 10 | 1111110 | 111110 | 1100010 | 0 | 110011 | 110011 | 10010101 | 1100001 | 11001 |
Color Harmonies of #027E3E
Complementary color
Monochromatic Colors of #027E3E
Black with #027E3E
Text Example
Text Example
White with #027E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E3E; }
p { color: rgb(2,126,62); }
H1.HeaderClassName
{
color: #027E3E;
}
.AnyTagClassName
{
color: #027E3E;
}
</style>
background-color css
<style>
a { background-color: #027E3E; }
a { background-color: rgb(2,126,62); }
div.DivClassName
{
background-color: #027E3E;
}
.BgClassName
{
background-color: #027E3E;
}
</style>
border-color css
<style>
span { border-color: #027E3E; }
span { border-color: rgb(2,126,62); }
td.TdClassName
{
border-color: #027E3E;
}
.TagClassName
{
border-color: #027E3E;
}
</style>