Shades of Dark Spring Green #027A37
Tints of Dark Spring Green #027A37
RGB
CMYK
RGB Variations
Color information
#027A37 (or 0x027A37) is known color: Dark Spring Green. HEX triplet: 02, 7A and 37. RGB value is (2,122,55). Sum of RGB (Red+Green+Blue) = 2+122+55=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 122 (48.05% from 255 or 68.16% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 122 - color contains mainly: green. Hex color #027A37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027A37 is #FD85C8. Grayscale: #4E4E4E. Windows color (decimal): -16614857 or 3635714. OLE color: 3635714.
HSL color Cylindrical-coordinate representation of color #027A37: hue angle of 146.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A37 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 122 | 55 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.52 |
| HSL | 146.5º | 0.97% | 0.24% | - |
| HSV(B) | 146.5º | 0.98% | 0.48% | - |
| XYZ | 7.67 | 14.21 | 5.95 | - |
| YUV | 78.48 | 114.74 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 55 | 0.98 | 0 | 0.55 | 0.52 | 146.5 | 0.97 | 0.24 |
| Hex | 2 | 7A | 37 | 62 | 0 | 37 | 34 | 92 | 61 | 18 |
| Octal | 2 | 172 | 67 | 142 | 0 | 67 | 64 | 222 | 141 | 30 |
| Binary | 10 | 1111010 | 110111 | 1100010 | 0 | 110111 | 110100 | 10010010 | 1100001 | 11000 |
Color Harmonies of #027A37
Complementary color
Monochromatic Colors of #027A37
Black with #027A37
Text Example
Text Example
White with #027A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A37; }
p { color: rgb(2,122,55); }
H1.HeaderClassName
{
color: #027A37;
}
.AnyTagClassName
{
color: #027A37;
}
</style>
background-color css
<style>
a { background-color: #027A37; }
a { background-color: rgb(2,122,55); }
div.DivClassName
{
background-color: #027A37;
}
.BgClassName
{
background-color: #027A37;
}
</style>
border-color css
<style>
span { border-color: #027A37; }
span { border-color: rgb(2,122,55); }
td.TdClassName
{
border-color: #027A37;
}
.TagClassName
{
border-color: #027A37;
}
</style>