Shades of Dark Spring Green #1A704C
Tints of Dark Spring Green #1A704C
RGB
CMYK
RGB Variations
Color information
#1A704C (or 0x1A704C) is known color: Dark Spring Green. HEX triplet: 1A, 70 and 4C. RGB value is (26,112,76). Sum of RGB (Red+Green+Blue) = 26+112+76=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #1A704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A704C is #E58FB3. Grayscale: #525252. Windows color (decimal): -15044532 or 5009434. OLE color: 5009434.
HSL color Cylindrical-coordinate representation of color #1A704C: hue angle of 154.88º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A704C is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 112 | 76 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.56 |
| HSL | 154.88º | 0.62% | 0.27% | - |
| HSV(B) | 154.88º | 0.77% | 0.44% | - |
| XYZ | 7.52 | 12.33 | 8.82 | - |
| YUV | 82.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 76 | 0.77 | 0 | 0.32 | 0.56 | 154.88 | 0.62 | 0.27 |
| Hex | 1A | 70 | 4C | 4D | 0 | 20 | 38 | 9B | 3E | 1B |
| Octal | 32 | 160 | 114 | 115 | 0 | 40 | 70 | 233 | 76 | 33 |
| Binary | 11010 | 1110000 | 1001100 | 1001101 | 0 | 100000 | 111000 | 10011011 | 111110 | 11011 |
Color Harmonies of #1A704C
Complementary color
Monochromatic Colors of #1A704C
Black with #1A704C
Text Example
Text Example
White with #1A704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A704C; }
p { color: rgb(26,112,76); }
H1.HeaderClassName
{
color: #1A704C;
}
.AnyTagClassName
{
color: #1A704C;
}
</style>
background-color css
<style>
a { background-color: #1A704C; }
a { background-color: rgb(26,112,76); }
div.DivClassName
{
background-color: #1A704C;
}
.BgClassName
{
background-color: #1A704C;
}
</style>
border-color css
<style>
span { border-color: #1A704C; }
span { border-color: rgb(26,112,76); }
td.TdClassName
{
border-color: #1A704C;
}
.TagClassName
{
border-color: #1A704C;
}
</style>