Shades of Dark Spring Green #1C7345
Tints of Dark Spring Green #1C7345
RGB
CMYK
RGB Variations
Color information
#1C7345 (or 0x1C7345) is known color: Dark Spring Green. HEX triplet: 1C, 73 and 45. RGB value is (28,115,69). Sum of RGB (Red+Green+Blue) = 28+115+69=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7345 is #E38CBA. Grayscale: #535353. Windows color (decimal): -14912699 or 4551452. OLE color: 4551452.
HSL color Cylindrical-coordinate representation of color #1C7345: hue angle of 148.28º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7345 is Cyan = 0.76, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 69 | - |
| CMYK | 0.76 | 0 | 0.4 | 0.55 |
| HSL | 148.28º | 0.61% | 0.28% | - |
| HSV(B) | 148.28º | 0.76% | 0.45% | - |
| XYZ | 7.68 | 12.94 | 7.72 | - |
| YUV | 83.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 69 | 0.76 | 0 | 0.4 | 0.55 | 148.28 | 0.61 | 0.28 |
| Hex | 1C | 73 | 45 | 4C | 0 | 28 | 37 | 94 | 3D | 1C |
| Octal | 34 | 163 | 105 | 114 | 0 | 50 | 67 | 224 | 75 | 34 |
| Binary | 11100 | 1110011 | 1000101 | 1001100 | 0 | 101000 | 110111 | 10010100 | 111101 | 11100 |
Color Harmonies of #1C7345
Complementary color
Monochromatic Colors of #1C7345
Black with #1C7345
Text Example
Text Example
White with #1C7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7345; }
p { color: rgb(28,115,69); }
H1.HeaderClassName
{
color: #1C7345;
}
.AnyTagClassName
{
color: #1C7345;
}
</style>
background-color css
<style>
a { background-color: #1C7345; }
a { background-color: rgb(28,115,69); }
div.DivClassName
{
background-color: #1C7345;
}
.BgClassName
{
background-color: #1C7345;
}
</style>
border-color css
<style>
span { border-color: #1C7345; }
span { border-color: rgb(28,115,69); }
td.TdClassName
{
border-color: #1C7345;
}
.TagClassName
{
border-color: #1C7345;
}
</style>