Shades of Dark Spring Green #1A6D4D
Tints of Dark Spring Green #1A6D4D
RGB
CMYK
RGB Variations
Color information
#1A6D4D (or 0x1A6D4D) is known color: Dark Spring Green. HEX triplet: 1A, 6D and 4D. RGB value is (26,109,77). Sum of RGB (Red+Green+Blue) = 26+109+77=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6D4D is #E592B2. Grayscale: #505050. Windows color (decimal): -15045299 or 5074202. OLE color: 5074202.
HSL color Cylindrical-coordinate representation of color #1A6D4D: hue angle of 156.87º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6D4D is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 109 | 77 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.57 |
| HSL | 156.87º | 0.61% | 0.26% | - |
| HSV(B) | 156.87º | 0.76% | 0.43% | - |
| XYZ | 7.23 | 11.69 | 8.9 | - |
| YUV | 80.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 109 | 77 | 0.76 | 0 | 0.29 | 0.57 | 156.87 | 0.61 | 0.26 |
| Hex | 1A | 6D | 4D | 4C | 0 | 1D | 39 | 9D | 3D | 1A |
| Octal | 32 | 155 | 115 | 114 | 0 | 35 | 71 | 235 | 75 | 32 |
| Binary | 11010 | 1101101 | 1001101 | 1001100 | 0 | 11101 | 111001 | 10011101 | 111101 | 11010 |
Color Harmonies of #1A6D4D
Complementary color
Monochromatic Colors of #1A6D4D
Black with #1A6D4D
Text Example
Text Example
White with #1A6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6D4D; }
p { color: rgb(26,109,77); }
H1.HeaderClassName
{
color: #1A6D4D;
}
.AnyTagClassName
{
color: #1A6D4D;
}
</style>
background-color css
<style>
a { background-color: #1A6D4D; }
a { background-color: rgb(26,109,77); }
div.DivClassName
{
background-color: #1A6D4D;
}
.BgClassName
{
background-color: #1A6D4D;
}
</style>
border-color css
<style>
span { border-color: #1A6D4D; }
span { border-color: rgb(26,109,77); }
td.TdClassName
{
border-color: #1A6D4D;
}
.TagClassName
{
border-color: #1A6D4D;
}
</style>