Shades of Dark Spring Green #1A7044
Tints of Dark Spring Green #1A7044
RGB
CMYK
RGB Variations
Color information
#1A7044 (or 0x1A7044) is known color: Dark Spring Green. HEX triplet: 1A, 70 and 44. RGB value is (26,112,68). Sum of RGB (Red+Green+Blue) = 26+112+68=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7044 is #E58FBB. Grayscale: #515151. Windows color (decimal): -15044540 or 4485146. OLE color: 4485146.
HSL color Cylindrical-coordinate representation of color #1A7044: hue angle of 149.3º 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 #1A7044 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 112 | 68 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.56 |
| HSL | 149.3º | 0.62% | 0.27% | - |
| HSV(B) | 149.3º | 0.77% | 0.44% | - |
| XYZ | 7.26 | 12.23 | 7.45 | - |
| YUV | 81.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 68 | 0.77 | 0 | 0.39 | 0.56 | 149.3 | 0.62 | 0.27 |
| Hex | 1A | 70 | 44 | 4D | 0 | 27 | 38 | 95 | 3E | 1B |
| Octal | 32 | 160 | 104 | 115 | 0 | 47 | 70 | 225 | 76 | 33 |
| Binary | 11010 | 1110000 | 1000100 | 1001101 | 0 | 100111 | 111000 | 10010101 | 111110 | 11011 |
Color Harmonies of #1A7044
Complementary color
Monochromatic Colors of #1A7044
Black with #1A7044
Text Example
Text Example
White with #1A7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7044; }
p { color: rgb(26,112,68); }
H1.HeaderClassName
{
color: #1A7044;
}
.AnyTagClassName
{
color: #1A7044;
}
</style>
background-color css
<style>
a { background-color: #1A7044; }
a { background-color: rgb(26,112,68); }
div.DivClassName
{
background-color: #1A7044;
}
.BgClassName
{
background-color: #1A7044;
}
</style>
border-color css
<style>
span { border-color: #1A7044; }
span { border-color: rgb(26,112,68); }
td.TdClassName
{
border-color: #1A7044;
}
.TagClassName
{
border-color: #1A7044;
}
</style>