Shades of Dark Spring Green #027E34
Tints of Dark Spring Green #027E34
RGB
CMYK
RGB Variations
Color information
#027E34 (or 0x027E34) is known color: Dark Spring Green. HEX triplet: 02, 7E and 34. RGB value is (2,126,52). Sum of RGB (Red+Green+Blue) = 2+126+52=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 126 (49.61% from 255 or 70% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 126 - color contains mainly: green. Hex color #027E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027E34 is #FD81CB. Grayscale: #505050. Windows color (decimal): -16613836 or 3440130. OLE color: 3440130.
HSL color Cylindrical-coordinate representation of color #027E34: hue angle of 144.19º 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 #027E34 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 52 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.51 |
| HSL | 144.19º | 0.97% | 0.25% | - |
| HSV(B) | 144.19º | 0.98% | 0.49% | - |
| XYZ | 8.11 | 15.18 | 5.75 | - |
| YUV | 80.49 | 111.92 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 52 | 0.98 | 0 | 0.59 | 0.51 | 144.19 | 0.97 | 0.25 |
| Hex | 2 | 7E | 34 | 62 | 0 | 3B | 33 | 90 | 61 | 19 |
| Octal | 2 | 176 | 64 | 142 | 0 | 73 | 63 | 220 | 141 | 31 |
| Binary | 10 | 1111110 | 110100 | 1100010 | 0 | 111011 | 110011 | 10010000 | 1100001 | 11001 |
Color Harmonies of #027E34
Complementary color
Monochromatic Colors of #027E34
Black with #027E34
Text Example
Text Example
White with #027E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E34; }
p { color: rgb(2,126,52); }
H1.HeaderClassName
{
color: #027E34;
}
.AnyTagClassName
{
color: #027E34;
}
</style>
background-color css
<style>
a { background-color: #027E34; }
a { background-color: rgb(2,126,52); }
div.DivClassName
{
background-color: #027E34;
}
.BgClassName
{
background-color: #027E34;
}
</style>
border-color css
<style>
span { border-color: #027E34; }
span { border-color: rgb(2,126,52); }
td.TdClassName
{
border-color: #027E34;
}
.TagClassName
{
border-color: #027E34;
}
</style>