Shades of Dark Spring Green #1A7D3C
Tints of Dark Spring Green #1A7D3C
RGB
CMYK
RGB Variations
Color information
#1A7D3C (or 0x1A7D3C) is known color: Dark Spring Green. HEX triplet: 1A, 7D and 3C. RGB value is (26,125,60). Sum of RGB (Red+Green+Blue) = 26+125+60=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 125 (49.22% from 255 or 59.24% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7D3C is #E582C3. Grayscale: #585858. Windows color (decimal): -15041220 or 3964186. OLE color: 3964186.
HSL color Cylindrical-coordinate representation of color #1A7D3C: hue angle of 140.61º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7D3C is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 125 | 60 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.51 |
| HSL | 140.61º | 0.66% | 0.3% | - |
| HSV(B) | 140.61º | 0.79% | 0.49% | - |
| XYZ | 8.58 | 15.21 | 6.76 | - |
| YUV | 87.99 | 112.2 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 60 | 0.79 | 0 | 0.52 | 0.51 | 140.61 | 0.66 | 0.3 |
| Hex | 1A | 7D | 3C | 4F | 0 | 34 | 33 | 8D | 42 | 1E |
| Octal | 32 | 175 | 74 | 117 | 0 | 64 | 63 | 215 | 102 | 36 |
| Binary | 11010 | 1111101 | 111100 | 1001111 | 0 | 110100 | 110011 | 10001101 | 1000010 | 11110 |
Color Harmonies of #1A7D3C
Complementary color
Monochromatic Colors of #1A7D3C
Black with #1A7D3C
Text Example
Text Example
White with #1A7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D3C; }
p { color: rgb(26,125,60); }
H1.HeaderClassName
{
color: #1A7D3C;
}
.AnyTagClassName
{
color: #1A7D3C;
}
</style>
background-color css
<style>
a { background-color: #1A7D3C; }
a { background-color: rgb(26,125,60); }
div.DivClassName
{
background-color: #1A7D3C;
}
.BgClassName
{
background-color: #1A7D3C;
}
</style>
border-color css
<style>
span { border-color: #1A7D3C; }
span { border-color: rgb(26,125,60); }
td.TdClassName
{
border-color: #1A7D3C;
}
.TagClassName
{
border-color: #1A7D3C;
}
</style>