Shades of Dark Spring Green #1A7344
Tints of Dark Spring Green #1A7344
RGB
CMYK
RGB Variations
Color information
#1A7344 (or 0x1A7344) is known color: Dark Spring Green. HEX triplet: 1A, 73 and 44. RGB value is (26,115,68). Sum of RGB (Red+Green+Blue) = 26+115+68=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7344 is #E58CBB. Grayscale: #535353. Windows color (decimal): -15043772 or 4485914. OLE color: 4485914.
HSL color Cylindrical-coordinate representation of color #1A7344: hue angle of 148.31º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7344 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 68 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.55 |
| HSL | 148.31º | 0.63% | 0.28% | - |
| HSV(B) | 148.31º | 0.77% | 0.45% | - |
| XYZ | 7.6 | 12.9 | 7.56 | - |
| YUV | 83.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 68 | 0.77 | 0 | 0.41 | 0.55 | 148.31 | 0.63 | 0.28 |
| Hex | 1A | 73 | 44 | 4D | 0 | 29 | 37 | 94 | 3F | 1C |
| Octal | 32 | 163 | 104 | 115 | 0 | 51 | 67 | 224 | 77 | 34 |
| Binary | 11010 | 1110011 | 1000100 | 1001101 | 0 | 101001 | 110111 | 10010100 | 111111 | 11100 |
Color Harmonies of #1A7344
Complementary color
Monochromatic Colors of #1A7344
Black with #1A7344
Text Example
Text Example
White with #1A7344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7344; }
p { color: rgb(26,115,68); }
H1.HeaderClassName
{
color: #1A7344;
}
.AnyTagClassName
{
color: #1A7344;
}
</style>
background-color css
<style>
a { background-color: #1A7344; }
a { background-color: rgb(26,115,68); }
div.DivClassName
{
background-color: #1A7344;
}
.BgClassName
{
background-color: #1A7344;
}
</style>
border-color css
<style>
span { border-color: #1A7344; }
span { border-color: rgb(26,115,68); }
td.TdClassName
{
border-color: #1A7344;
}
.TagClassName
{
border-color: #1A7344;
}
</style>