Shades of Dark Spring Green #1A7A3F
Tints of Dark Spring Green #1A7A3F
RGB
CMYK
RGB Variations
Color information
#1A7A3F (or 0x1A7A3F) is known color: Dark Spring Green. HEX triplet: 1A, 7A and 3F. RGB value is (26,122,63). Sum of RGB (Red+Green+Blue) = 26+122+63=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 122 (48.05% from 255 or 57.82% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 122 - color contains mainly: green. Hex color #1A7A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7A3F is #E585C0. Grayscale: #565656. Windows color (decimal): -15041985 or 4160026. OLE color: 4160026.
HSL color Cylindrical-coordinate representation of color #1A7A3F: hue angle of 143.12º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7A3F is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 122 | 63 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.52 |
| HSL | 143.13º | 0.65% | 0.29% | - |
| HSV(B) | 143.13º | 0.79% | 0.48% | - |
| XYZ | 8.28 | 14.5 | 7.06 | - |
| YUV | 86.57 | 114.7 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 122 | 63 | 0.79 | 0 | 0.48 | 0.52 | 143.13 | 0.65 | 0.29 |
| Hex | 1A | 7A | 3F | 4F | 0 | 30 | 34 | 8F | 41 | 1D |
| Octal | 32 | 172 | 77 | 117 | 0 | 60 | 64 | 217 | 101 | 35 |
| Binary | 11010 | 1111010 | 111111 | 1001111 | 0 | 110000 | 110100 | 10001111 | 1000001 | 11101 |
Color Harmonies of #1A7A3F
Complementary color
Monochromatic Colors of #1A7A3F
Black with #1A7A3F
Text Example
Text Example
White with #1A7A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7A3F; }
p { color: rgb(26,122,63); }
H1.HeaderClassName
{
color: #1A7A3F;
}
.AnyTagClassName
{
color: #1A7A3F;
}
</style>
background-color css
<style>
a { background-color: #1A7A3F; }
a { background-color: rgb(26,122,63); }
div.DivClassName
{
background-color: #1A7A3F;
}
.BgClassName
{
background-color: #1A7A3F;
}
</style>
border-color css
<style>
span { border-color: #1A7A3F; }
span { border-color: rgb(26,122,63); }
td.TdClassName
{
border-color: #1A7A3F;
}
.TagClassName
{
border-color: #1A7A3F;
}
</style>