Shades of Dark Spring Green #1A7446
Tints of Dark Spring Green #1A7446
RGB
CMYK
RGB Variations
Color information
#1A7446 (or 0x1A7446) is known color: Dark Spring Green. HEX triplet: 1A, 74 and 46. RGB value is (26,116,70). Sum of RGB (Red+Green+Blue) = 26+116+70=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7446 is #E58BB9. Grayscale: #535353. Windows color (decimal): -15043514 or 4617242. OLE color: 4617242.
HSL color Cylindrical-coordinate representation of color #1A7446: hue angle of 149.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7446 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 70 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.55 |
| HSL | 149.33º | 0.63% | 0.28% | - |
| HSV(B) | 149.33º | 0.78% | 0.45% | - |
| XYZ | 7.78 | 13.15 | 7.92 | - |
| YUV | 83.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 70 | 0.78 | 0 | 0.40 | 0.55 | 149.33 | 0.63 | 0.28 |
| Hex | 1A | 74 | 46 | 4E | 0 | 28 | 37 | 95 | 3F | 1C |
| Octal | 32 | 164 | 106 | 116 | 0 | 50 | 67 | 225 | 77 | 34 |
| Binary | 11010 | 1110100 | 1000110 | 1001110 | 0 | 101000 | 110111 | 10010101 | 111111 | 11100 |
Color Harmonies of #1A7446
Complementary color
Monochromatic Colors of #1A7446
Black with #1A7446
Text Example
Text Example
White with #1A7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7446; }
p { color: rgb(26,116,70); }
H1.HeaderClassName
{
color: #1A7446;
}
.AnyTagClassName
{
color: #1A7446;
}
</style>
background-color css
<style>
a { background-color: #1A7446; }
a { background-color: rgb(26,116,70); }
div.DivClassName
{
background-color: #1A7446;
}
.BgClassName
{
background-color: #1A7446;
}
</style>
border-color css
<style>
span { border-color: #1A7446; }
span { border-color: rgb(26,116,70); }
td.TdClassName
{
border-color: #1A7446;
}
.TagClassName
{
border-color: #1A7446;
}
</style>