Shades of Dark Spring Green #1C6A42
Tints of Dark Spring Green #1C6A42
RGB
CMYK
RGB Variations
Color information
#1C6A42 (or 0x1C6A42) is known color: Dark Spring Green. HEX triplet: 1C, 6A and 42. RGB value is (28,106,66). Sum of RGB (Red+Green+Blue) = 28+106+66=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6A42 is #E395BD. Grayscale: #4E4E4E. Windows color (decimal): -14915006 or 4352540. OLE color: 4352540.
HSL color Cylindrical-coordinate representation of color #1C6A42: hue angle of 149.23º degrees, saturation: 0.58, 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 #1C6A42 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 106 | 66 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.58 |
| HSL | 149.23º | 0.58% | 0.26% | - |
| HSV(B) | 149.23º | 0.74% | 0.42% | - |
| XYZ | 6.62 | 10.95 | 6.92 | - |
| YUV | 78.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 66 | 0.74 | 0 | 0.38 | 0.58 | 149.23 | 0.58 | 0.26 |
| Hex | 1C | 6A | 42 | 4A | 0 | 26 | 3A | 95 | 3A | 1A |
| Octal | 34 | 152 | 102 | 112 | 0 | 46 | 72 | 225 | 72 | 32 |
| Binary | 11100 | 1101010 | 1000010 | 1001010 | 0 | 100110 | 111010 | 10010101 | 111010 | 11010 |
Color Harmonies of #1C6A42
Complementary color
Monochromatic Colors of #1C6A42
Black with #1C6A42
Text Example
Text Example
White with #1C6A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6A42; }
p { color: rgb(28,106,66); }
H1.HeaderClassName
{
color: #1C6A42;
}
.AnyTagClassName
{
color: #1C6A42;
}
</style>
background-color css
<style>
a { background-color: #1C6A42; }
a { background-color: rgb(28,106,66); }
div.DivClassName
{
background-color: #1C6A42;
}
.BgClassName
{
background-color: #1C6A42;
}
</style>
border-color css
<style>
span { border-color: #1C6A42; }
span { border-color: rgb(28,106,66); }
td.TdClassName
{
border-color: #1C6A42;
}
.TagClassName
{
border-color: #1C6A42;
}
</style>