Shades of Dark Spring Green #1A724C
Tints of Dark Spring Green #1A724C
RGB
CMYK
RGB Variations
Color information
#1A724C (or 0x1A724C) is known color: Dark Spring Green. HEX triplet: 1A, 72 and 4C. RGB value is (26,114,76). Sum of RGB (Red+Green+Blue) = 26+114+76=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #1A724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A724C is #E58DB3. Grayscale: #535353. Windows color (decimal): -15044020 or 5009946. OLE color: 5009946.
HSL color Cylindrical-coordinate representation of color #1A724C: hue angle of 154.09º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A724C is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 114 | 76 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.55 |
| HSL | 154.09º | 0.63% | 0.27% | - |
| HSV(B) | 154.09º | 0.77% | 0.45% | - |
| XYZ | 7.75 | 12.78 | 8.9 | - |
| YUV | 83.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 76 | 0.77 | 0 | 0.33 | 0.55 | 154.09 | 0.63 | 0.27 |
| Hex | 1A | 72 | 4C | 4D | 0 | 21 | 37 | 9A | 3F | 1B |
| Octal | 32 | 162 | 114 | 115 | 0 | 41 | 67 | 232 | 77 | 33 |
| Binary | 11010 | 1110010 | 1001100 | 1001101 | 0 | 100001 | 110111 | 10011010 | 111111 | 11011 |
Color Harmonies of #1A724C
Complementary color
Monochromatic Colors of #1A724C
Black with #1A724C
Text Example
Text Example
White with #1A724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A724C; }
p { color: rgb(26,114,76); }
H1.HeaderClassName
{
color: #1A724C;
}
.AnyTagClassName
{
color: #1A724C;
}
</style>
background-color css
<style>
a { background-color: #1A724C; }
a { background-color: rgb(26,114,76); }
div.DivClassName
{
background-color: #1A724C;
}
.BgClassName
{
background-color: #1A724C;
}
</style>
border-color css
<style>
span { border-color: #1A724C; }
span { border-color: rgb(26,114,76); }
td.TdClassName
{
border-color: #1A724C;
}
.TagClassName
{
border-color: #1A724C;
}
</style>