Shades of Dark Spring Green #1A7345
Tints of Dark Spring Green #1A7345
RGB
CMYK
RGB Variations
Color information
#1A7345 (or 0x1A7345) is known color: Dark Spring Green. HEX triplet: 1A, 73 and 45. RGB value is (26,115,69). Sum of RGB (Red+Green+Blue) = 26+115+69=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7345 is #E58CBA. Grayscale: #535353. Windows color (decimal): -15043771 or 4551450. OLE color: 4551450.
HSL color Cylindrical-coordinate representation of color #1A7345: hue angle of 148.99º 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 #1A7345 is Cyan = 0.77, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 69 | - |
| CMYK | 0.77 | 0 | 0.4 | 0.55 |
| HSL | 148.99º | 0.63% | 0.28% | - |
| HSV(B) | 148.99º | 0.77% | 0.45% | - |
| XYZ | 7.63 | 12.91 | 7.72 | - |
| YUV | 83.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 69 | 0.77 | 0 | 0.4 | 0.55 | 148.99 | 0.63 | 0.28 |
| Hex | 1A | 73 | 45 | 4D | 0 | 28 | 37 | 95 | 3F | 1C |
| Octal | 32 | 163 | 105 | 115 | 0 | 50 | 67 | 225 | 77 | 34 |
| Binary | 11010 | 1110011 | 1000101 | 1001101 | 0 | 101000 | 110111 | 10010101 | 111111 | 11100 |
Color Harmonies of #1A7345
Complementary color
Monochromatic Colors of #1A7345
Black with #1A7345
Text Example
Text Example
White with #1A7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7345; }
p { color: rgb(26,115,69); }
H1.HeaderClassName
{
color: #1A7345;
}
.AnyTagClassName
{
color: #1A7345;
}
</style>
background-color css
<style>
a { background-color: #1A7345; }
a { background-color: rgb(26,115,69); }
div.DivClassName
{
background-color: #1A7345;
}
.BgClassName
{
background-color: #1A7345;
}
</style>
border-color css
<style>
span { border-color: #1A7345; }
span { border-color: rgb(26,115,69); }
td.TdClassName
{
border-color: #1A7345;
}
.TagClassName
{
border-color: #1A7345;
}
</style>