Shades of Dark Spring Green #1C6B47
Tints of Dark Spring Green #1C6B47
RGB
CMYK
RGB Variations
Color information
#1C6B47 (or 0x1C6B47) is known color: Dark Spring Green. HEX triplet: 1C, 6B and 47. RGB value is (28,107,71). Sum of RGB (Red+Green+Blue) = 28+107+71=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6B47 is #E394B8. Grayscale: #4F4F4F. Windows color (decimal): -14914745 or 4680476. OLE color: 4680476.
HSL color Cylindrical-coordinate representation of color #1C6B47: hue angle of 152.66º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6B47 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 107 | 71 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.58 |
| HSL | 152.66º | 0.59% | 0.26% | - |
| HSV(B) | 152.66º | 0.74% | 0.42% | - |
| XYZ | 6.87 | 11.22 | 7.76 | - |
| YUV | 79.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 107 | 71 | 0.74 | 0 | 0.34 | 0.58 | 152.66 | 0.59 | 0.26 |
| Hex | 1C | 6B | 47 | 4A | 0 | 22 | 3A | 99 | 3B | 1A |
| Octal | 34 | 153 | 107 | 112 | 0 | 42 | 72 | 231 | 73 | 32 |
| Binary | 11100 | 1101011 | 1000111 | 1001010 | 0 | 100010 | 111010 | 10011001 | 111011 | 11010 |
Color Harmonies of #1C6B47
Complementary color
Monochromatic Colors of #1C6B47
Black with #1C6B47
Text Example
Text Example
White with #1C6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6B47; }
p { color: rgb(28,107,71); }
H1.HeaderClassName
{
color: #1C6B47;
}
.AnyTagClassName
{
color: #1C6B47;
}
</style>
background-color css
<style>
a { background-color: #1C6B47; }
a { background-color: rgb(28,107,71); }
div.DivClassName
{
background-color: #1C6B47;
}
.BgClassName
{
background-color: #1C6B47;
}
</style>
border-color css
<style>
span { border-color: #1C6B47; }
span { border-color: rgb(28,107,71); }
td.TdClassName
{
border-color: #1C6B47;
}
.TagClassName
{
border-color: #1C6B47;
}
</style>