Shades of Dark Spring Green #1A7348
Tints of Dark Spring Green #1A7348
RGB
CMYK
RGB Variations
Color information
#1A7348 (or 0x1A7348) is known color: Dark Spring Green. HEX triplet: 1A, 73 and 48. RGB value is (26,115,72). Sum of RGB (Red+Green+Blue) = 26+115+72=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7348 is #E58CB7. Grayscale: #535353. Windows color (decimal): -15043768 or 4748058. OLE color: 4748058.
HSL color Cylindrical-coordinate representation of color #1A7348: hue angle of 151.01º 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 #1A7348 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 72 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.55 |
| HSL | 151.01º | 0.63% | 0.28% | - |
| HSV(B) | 151.01º | 0.77% | 0.45% | - |
| XYZ | 7.73 | 12.95 | 8.22 | - |
| YUV | 83.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 72 | 0.77 | 0 | 0.37 | 0.55 | 151.01 | 0.63 | 0.28 |
| Hex | 1A | 73 | 48 | 4D | 0 | 25 | 37 | 97 | 3F | 1C |
| Octal | 32 | 163 | 110 | 115 | 0 | 45 | 67 | 227 | 77 | 34 |
| Binary | 11010 | 1110011 | 1001000 | 1001101 | 0 | 100101 | 110111 | 10010111 | 111111 | 11100 |
Color Harmonies of #1A7348
Complementary color
Monochromatic Colors of #1A7348
Black with #1A7348
Text Example
Text Example
White with #1A7348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7348; }
p { color: rgb(26,115,72); }
H1.HeaderClassName
{
color: #1A7348;
}
.AnyTagClassName
{
color: #1A7348;
}
</style>
background-color css
<style>
a { background-color: #1A7348; }
a { background-color: rgb(26,115,72); }
div.DivClassName
{
background-color: #1A7348;
}
.BgClassName
{
background-color: #1A7348;
}
</style>
border-color css
<style>
span { border-color: #1A7348; }
span { border-color: rgb(26,115,72); }
td.TdClassName
{
border-color: #1A7348;
}
.TagClassName
{
border-color: #1A7348;
}
</style>