Shades of Dark Spring Green #027C3D
Tints of Dark Spring Green #027C3D
RGB
CMYK
RGB Variations
Color information
#027C3D (or 0x027C3D) is known color: Dark Spring Green. HEX triplet: 02, 7C and 3D. RGB value is (2,124,61). Sum of RGB (Red+Green+Blue) = 2+124+61=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 124 (48.83% from 255 or 66.31% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 124 - color contains mainly: green. Hex color #027C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027C3D is #FD83C2. Grayscale: #505050. Windows color (decimal): -16614339 or 4029442. OLE color: 4029442.
HSL color Cylindrical-coordinate representation of color #027C3D: hue angle of 149.02º 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 #027C3D is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 61 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.51 |
| HSL | 149.02º | 0.97% | 0.25% | - |
| HSV(B) | 149.02º | 0.98% | 0.49% | - |
| XYZ | 8.07 | 14.77 | 6.84 | - |
| YUV | 80.34 | 117.08 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 61 | 0.98 | 0 | 0.51 | 0.51 | 149.02 | 0.97 | 0.25 |
| Hex | 2 | 7C | 3D | 62 | 0 | 33 | 33 | 95 | 61 | 19 |
| Octal | 2 | 174 | 75 | 142 | 0 | 63 | 63 | 225 | 141 | 31 |
| Binary | 10 | 1111100 | 111101 | 1100010 | 0 | 110011 | 110011 | 10010101 | 1100001 | 11001 |
Color Harmonies of #027C3D
Complementary color
Monochromatic Colors of #027C3D
Black with #027C3D
Text Example
Text Example
White with #027C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C3D; }
p { color: rgb(2,124,61); }
H1.HeaderClassName
{
color: #027C3D;
}
.AnyTagClassName
{
color: #027C3D;
}
</style>
background-color css
<style>
a { background-color: #027C3D; }
a { background-color: rgb(2,124,61); }
div.DivClassName
{
background-color: #027C3D;
}
.BgClassName
{
background-color: #027C3D;
}
</style>
border-color css
<style>
span { border-color: #027C3D; }
span { border-color: rgb(2,124,61); }
td.TdClassName
{
border-color: #027C3D;
}
.TagClassName
{
border-color: #027C3D;
}
</style>