Shades of Dark Spring Green #1C6D4B
Tints of Dark Spring Green #1C6D4B
RGB
CMYK
RGB Variations
Color information
#1C6D4B (or 0x1C6D4B) is known color: Dark Spring Green. HEX triplet: 1C, 6D and 4B. RGB value is (28,109,75). Sum of RGB (Red+Green+Blue) = 28+109+75=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #1C6D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6D4B is #E392B4. Grayscale: #505050. Windows color (decimal): -14914229 or 4943132. OLE color: 4943132.
HSL color Cylindrical-coordinate representation of color #1C6D4B: hue angle of 154.81º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6D4B is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 109 | 75 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.57 |
| HSL | 154.81º | 0.59% | 0.27% | - |
| HSV(B) | 154.81º | 0.74% | 0.43% | - |
| XYZ | 7.22 | 11.69 | 8.53 | - |
| YUV | 80.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 109 | 75 | 0.74 | 0 | 0.31 | 0.57 | 154.81 | 0.59 | 0.27 |
| Hex | 1C | 6D | 4B | 4A | 0 | 1F | 39 | 9B | 3B | 1B |
| Octal | 34 | 155 | 113 | 112 | 0 | 37 | 71 | 233 | 73 | 33 |
| Binary | 11100 | 1101101 | 1001011 | 1001010 | 0 | 11111 | 111001 | 10011011 | 111011 | 11011 |
Color Harmonies of #1C6D4B
Complementary color
Monochromatic Colors of #1C6D4B
Black with #1C6D4B
Text Example
Text Example
White with #1C6D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6D4B; }
p { color: rgb(28,109,75); }
H1.HeaderClassName
{
color: #1C6D4B;
}
.AnyTagClassName
{
color: #1C6D4B;
}
</style>
background-color css
<style>
a { background-color: #1C6D4B; }
a { background-color: rgb(28,109,75); }
div.DivClassName
{
background-color: #1C6D4B;
}
.BgClassName
{
background-color: #1C6D4B;
}
</style>
border-color css
<style>
span { border-color: #1C6D4B; }
span { border-color: rgb(28,109,75); }
td.TdClassName
{
border-color: #1C6D4B;
}
.TagClassName
{
border-color: #1C6D4B;
}
</style>