Shades of Dark Spring Green #017A2C
Tints of Dark Spring Green #017A2C
RGB
CMYK
RGB Variations
Color information
#017A2C (or 0x017A2C) is known color: Dark Spring Green. HEX triplet: 01, 7A and 2C. RGB value is (1,122,44). Sum of RGB (Red+Green+Blue) = 1+122+44=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 122 (48.05% from 255 or 73.05% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 122 - color contains mainly: green. Hex color #017A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017A2C is #FE85D3. Grayscale: #4D4D4D. Windows color (decimal): -16680404 or 2914817. OLE color: 2914817.
HSL color Cylindrical-coordinate representation of color #017A2C: hue angle of 141.32º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A2C is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 122 | 44 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.52 |
| HSL | 141.32º | 0.98% | 0.24% | - |
| HSV(B) | 141.32º | 0.99% | 0.48% | - |
| XYZ | 7.43 | 14.11 | 4.71 | - |
| YUV | 76.93 | 109.41 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 44 | 0.99 | 0 | 0.64 | 0.52 | 141.32 | 0.98 | 0.24 |
| Hex | 1 | 7A | 2C | 63 | 0 | 40 | 34 | 8D | 62 | 18 |
| Octal | 1 | 172 | 54 | 143 | 0 | 100 | 64 | 215 | 142 | 30 |
| Binary | 1 | 1111010 | 101100 | 1100011 | 0 | 1000000 | 110100 | 10001101 | 1100010 | 11000 |
Color Harmonies of #017A2C
Complementary color
Monochromatic Colors of #017A2C
Black with #017A2C
Text Example
Text Example
White with #017A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017A2C; }
p { color: rgb(1,122,44); }
H1.HeaderClassName
{
color: #017A2C;
}
.AnyTagClassName
{
color: #017A2C;
}
</style>
background-color css
<style>
a { background-color: #017A2C; }
a { background-color: rgb(1,122,44); }
div.DivClassName
{
background-color: #017A2C;
}
.BgClassName
{
background-color: #017A2C;
}
</style>
border-color css
<style>
span { border-color: #017A2C; }
span { border-color: rgb(1,122,44); }
td.TdClassName
{
border-color: #017A2C;
}
.TagClassName
{
border-color: #017A2C;
}
</style>