Shades of Dark Spring Green #1C6E41
Tints of Dark Spring Green #1C6E41
RGB
CMYK
RGB Variations
Color information
#1C6E41 (or 0x1C6E41) is known color: Dark Spring Green. HEX triplet: 1C, 6E and 41. RGB value is (28,110,65). Sum of RGB (Red+Green+Blue) = 28+110+65=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6E41 is #E391BE. Grayscale: #505050. Windows color (decimal): -14913983 or 4288028. OLE color: 4288028.
HSL color Cylindrical-coordinate representation of color #1C6E41: hue angle of 147.07º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E41 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 110 | 65 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.57 |
| HSL | 147.07º | 0.59% | 0.27% | - |
| HSV(B) | 147.07º | 0.75% | 0.43% | - |
| XYZ | 7.01 | 11.78 | 6.91 | - |
| YUV | 80.35 | 119.33 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 110 | 65 | 0.75 | 0 | 0.41 | 0.57 | 147.07 | 0.59 | 0.27 |
| Hex | 1C | 6E | 41 | 4B | 0 | 29 | 39 | 93 | 3B | 1B |
| Octal | 34 | 156 | 101 | 113 | 0 | 51 | 71 | 223 | 73 | 33 |
| Binary | 11100 | 1101110 | 1000001 | 1001011 | 0 | 101001 | 111001 | 10010011 | 111011 | 11011 |
Color Harmonies of #1C6E41
Complementary color
Monochromatic Colors of #1C6E41
Black with #1C6E41
Text Example
Text Example
White with #1C6E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6E41; }
p { color: rgb(28,110,65); }
H1.HeaderClassName
{
color: #1C6E41;
}
.AnyTagClassName
{
color: #1C6E41;
}
</style>
background-color css
<style>
a { background-color: #1C6E41; }
a { background-color: rgb(28,110,65); }
div.DivClassName
{
background-color: #1C6E41;
}
.BgClassName
{
background-color: #1C6E41;
}
</style>
border-color css
<style>
span { border-color: #1C6E41; }
span { border-color: rgb(28,110,65); }
td.TdClassName
{
border-color: #1C6E41;
}
.TagClassName
{
border-color: #1C6E41;
}
</style>