Shades of Dark Spring Green #1A6E4B
Tints of Dark Spring Green #1A6E4B
RGB
CMYK
RGB Variations
Color information
#1A6E4B (or 0x1A6E4B) is known color: Dark Spring Green. HEX triplet: 1A, 6E and 4B. RGB value is (26,110,75). Sum of RGB (Red+Green+Blue) = 26+110+75=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #1A6E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6E4B is #E591B4. Grayscale: #505050. Windows color (decimal): -15045045 or 4943386. OLE color: 4943386.
HSL color Cylindrical-coordinate representation of color #1A6E4B: hue angle of 155º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6E4B is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 110 | 75 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.57 |
| HSL | 155º | 0.62% | 0.27% | - |
| HSV(B) | 155º | 0.76% | 0.43% | - |
| XYZ | 7.27 | 11.88 | 8.57 | - |
| YUV | 80.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 75 | 0.76 | 0 | 0.32 | 0.57 | 155 | 0.62 | 0.27 |
| Hex | 1A | 6E | 4B | 4C | 0 | 20 | 39 | 9B | 3E | 1B |
| Octal | 32 | 156 | 113 | 114 | 0 | 40 | 71 | 233 | 76 | 33 |
| Binary | 11010 | 1101110 | 1001011 | 1001100 | 0 | 100000 | 111001 | 10011011 | 111110 | 11011 |
Color Harmonies of #1A6E4B
Complementary color
Monochromatic Colors of #1A6E4B
Black with #1A6E4B
Text Example
Text Example
White with #1A6E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6E4B; }
p { color: rgb(26,110,75); }
H1.HeaderClassName
{
color: #1A6E4B;
}
.AnyTagClassName
{
color: #1A6E4B;
}
</style>
background-color css
<style>
a { background-color: #1A6E4B; }
a { background-color: rgb(26,110,75); }
div.DivClassName
{
background-color: #1A6E4B;
}
.BgClassName
{
background-color: #1A6E4B;
}
</style>
border-color css
<style>
span { border-color: #1A6E4B; }
span { border-color: rgb(26,110,75); }
td.TdClassName
{
border-color: #1A6E4B;
}
.TagClassName
{
border-color: #1A6E4B;
}
</style>