Shades of Dark Spring Green #1A7449
Tints of Dark Spring Green #1A7449
RGB
CMYK
RGB Variations
Color information
#1A7449 (or 0x1A7449) is known color: Dark Spring Green. HEX triplet: 1A, 74 and 49. RGB value is (26,116,73). Sum of RGB (Red+Green+Blue) = 26+116+73=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7449 is #E58BB6. Grayscale: #545454. Windows color (decimal): -15043511 or 4813850. OLE color: 4813850.
HSL color Cylindrical-coordinate representation of color #1A7449: hue angle of 151.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 #1A7449 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 73 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.55 |
| HSL | 151.33º | 0.63% | 0.28% | - |
| HSV(B) | 151.33º | 0.78% | 0.45% | - |
| XYZ | 7.87 | 13.19 | 8.43 | - |
| YUV | 84.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 73 | 0.78 | 0 | 0.37 | 0.55 | 151.33 | 0.63 | 0.28 |
| Hex | 1A | 74 | 49 | 4E | 0 | 25 | 37 | 97 | 3F | 1C |
| Octal | 32 | 164 | 111 | 116 | 0 | 45 | 67 | 227 | 77 | 34 |
| Binary | 11010 | 1110100 | 1001001 | 1001110 | 0 | 100101 | 110111 | 10010111 | 111111 | 11100 |
Color Harmonies of #1A7449
Complementary color
Monochromatic Colors of #1A7449
Black with #1A7449
Text Example
Text Example
White with #1A7449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7449; }
p { color: rgb(26,116,73); }
H1.HeaderClassName
{
color: #1A7449;
}
.AnyTagClassName
{
color: #1A7449;
}
</style>
background-color css
<style>
a { background-color: #1A7449; }
a { background-color: rgb(26,116,73); }
div.DivClassName
{
background-color: #1A7449;
}
.BgClassName
{
background-color: #1A7449;
}
</style>
border-color css
<style>
span { border-color: #1A7449; }
span { border-color: rgb(26,116,73); }
td.TdClassName
{
border-color: #1A7449;
}
.TagClassName
{
border-color: #1A7449;
}
</style>