Shades of Dark Spring Green #027F3A
Tints of Dark Spring Green #027F3A
RGB
CMYK
RGB Variations
Color information
#027F3A (or 0x027F3A) is known color: Dark Spring Green. HEX triplet: 02, 7F and 3A. RGB value is (2,127,58). Sum of RGB (Red+Green+Blue) = 2+127+58=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 127 (50% from 255 or 67.91% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 127 - color contains mainly: green. Hex color #027F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027F3A is #FD80C5. Grayscale: #515151. Windows color (decimal): -16613574 or 3833602. OLE color: 3833602.
HSL color Cylindrical-coordinate representation of color #027F3A: hue angle of 146.88º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027F3A is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 127 | 58 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.50 |
| HSL | 146.88º | 0.97% | 0.25% | - |
| HSV(B) | 146.88º | 0.98% | 0.5% | - |
| XYZ | 8.38 | 15.5 | 6.55 | - |
| YUV | 81.76 | 114.59 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 58 | 0.98 | 0 | 0.54 | 0.50 | 146.88 | 0.97 | 0.25 |
| Hex | 2 | 7F | 3A | 62 | 0 | 36 | 32 | 93 | 61 | 19 |
| Octal | 2 | 177 | 72 | 142 | 0 | 66 | 62 | 223 | 141 | 31 |
| Binary | 10 | 1111111 | 111010 | 1100010 | 0 | 110110 | 110010 | 10010011 | 1100001 | 11001 |
Color Harmonies of #027F3A
Complementary color
Monochromatic Colors of #027F3A
Black with #027F3A
Text Example
Text Example
White with #027F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F3A; }
p { color: rgb(2,127,58); }
H1.HeaderClassName
{
color: #027F3A;
}
.AnyTagClassName
{
color: #027F3A;
}
</style>
background-color css
<style>
a { background-color: #027F3A; }
a { background-color: rgb(2,127,58); }
div.DivClassName
{
background-color: #027F3A;
}
.BgClassName
{
background-color: #027F3A;
}
</style>
border-color css
<style>
span { border-color: #027F3A; }
span { border-color: rgb(2,127,58); }
td.TdClassName
{
border-color: #027F3A;
}
.TagClassName
{
border-color: #027F3A;
}
</style>