Shades of Dark Spring Green #1A6C42
Tints of Dark Spring Green #1A6C42
RGB
CMYK
RGB Variations
Color information
#1A6C42 (or 0x1A6C42) is known color: Dark Spring Green. HEX triplet: 1A, 6C and 42. RGB value is (26,108,66). Sum of RGB (Red+Green+Blue) = 26+108+66=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #1A6C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6C42 is #E593BD. Grayscale: #4E4E4E. Windows color (decimal): -15045566 or 4353050. OLE color: 4353050.
HSL color Cylindrical-coordinate representation of color #1A6C42: hue angle of 149.27º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6C42 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 108 | 66 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.58 |
| HSL | 149.27º | 0.61% | 0.26% | - |
| HSV(B) | 149.27º | 0.76% | 0.42% | - |
| XYZ | 6.77 | 11.34 | 6.99 | - |
| YUV | 78.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 66 | 0.76 | 0 | 0.39 | 0.58 | 149.27 | 0.61 | 0.26 |
| Hex | 1A | 6C | 42 | 4C | 0 | 27 | 3A | 95 | 3D | 1A |
| Octal | 32 | 154 | 102 | 114 | 0 | 47 | 72 | 225 | 75 | 32 |
| Binary | 11010 | 1101100 | 1000010 | 1001100 | 0 | 100111 | 111010 | 10010101 | 111101 | 11010 |
Color Harmonies of #1A6C42
Complementary color
Monochromatic Colors of #1A6C42
Black with #1A6C42
Text Example
Text Example
White with #1A6C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6C42; }
p { color: rgb(26,108,66); }
H1.HeaderClassName
{
color: #1A6C42;
}
.AnyTagClassName
{
color: #1A6C42;
}
</style>
background-color css
<style>
a { background-color: #1A6C42; }
a { background-color: rgb(26,108,66); }
div.DivClassName
{
background-color: #1A6C42;
}
.BgClassName
{
background-color: #1A6C42;
}
</style>
border-color css
<style>
span { border-color: #1A6C42; }
span { border-color: rgb(26,108,66); }
td.TdClassName
{
border-color: #1A6C42;
}
.TagClassName
{
border-color: #1A6C42;
}
</style>