Shades of Dark Spring Green #1C7748
Tints of Dark Spring Green #1C7748
RGB
CMYK
RGB Variations
Color information
#1C7748 (or 0x1C7748) is known color: Dark Spring Green. HEX triplet: 1C, 77 and 48. RGB value is (28,119,72). Sum of RGB (Red+Green+Blue) = 28+119+72=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7748 is #E388B7. Grayscale: #565656. Windows color (decimal): -14911672 or 4749084. OLE color: 4749084.
HSL color Cylindrical-coordinate representation of color #1C7748: hue angle of 149.01º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7748 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 119 | 72 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.53 |
| HSL | 149.01º | 0.62% | 0.29% | - |
| HSV(B) | 149.01º | 0.76% | 0.47% | - |
| XYZ | 8.25 | 13.91 | 8.38 | - |
| YUV | 86.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 72 | 0.76 | 0 | 0.39 | 0.53 | 149.01 | 0.62 | 0.29 |
| Hex | 1C | 77 | 48 | 4C | 0 | 27 | 35 | 95 | 3E | 1D |
| Octal | 34 | 167 | 110 | 114 | 0 | 47 | 65 | 225 | 76 | 35 |
| Binary | 11100 | 1110111 | 1001000 | 1001100 | 0 | 100111 | 110101 | 10010101 | 111110 | 11101 |
Color Harmonies of #1C7748
Complementary color
Monochromatic Colors of #1C7748
Black with #1C7748
Text Example
Text Example
White with #1C7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7748; }
p { color: rgb(28,119,72); }
H1.HeaderClassName
{
color: #1C7748;
}
.AnyTagClassName
{
color: #1C7748;
}
</style>
background-color css
<style>
a { background-color: #1C7748; }
a { background-color: rgb(28,119,72); }
div.DivClassName
{
background-color: #1C7748;
}
.BgClassName
{
background-color: #1C7748;
}
</style>
border-color css
<style>
span { border-color: #1C7748; }
span { border-color: rgb(28,119,72); }
td.TdClassName
{
border-color: #1C7748;
}
.TagClassName
{
border-color: #1C7748;
}
</style>