Shades of Dark Spring Green #1C7641
Tints of Dark Spring Green #1C7641
RGB
CMYK
RGB Variations
Color information
#1C7641 (or 0x1C7641) is known color: Dark Spring Green. HEX triplet: 1C, 76 and 41. RGB value is (28,118,65). Sum of RGB (Red+Green+Blue) = 28+118+65=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #1C7641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7641 is #E389BE. Grayscale: #555555. Windows color (decimal): -14911935 or 4290076. OLE color: 4290076.
HSL color Cylindrical-coordinate representation of color #1C7641: hue angle of 144.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7641 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 65 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.54 |
| HSL | 144.67º | 0.62% | 0.29% | - |
| HSV(B) | 144.67º | 0.76% | 0.46% | - |
| XYZ | 7.91 | 13.59 | 7.21 | - |
| YUV | 85.05 | 116.68 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 65 | 0.76 | 0 | 0.45 | 0.54 | 144.67 | 0.62 | 0.29 |
| Hex | 1C | 76 | 41 | 4C | 0 | 2D | 36 | 91 | 3E | 1D |
| Octal | 34 | 166 | 101 | 114 | 0 | 55 | 66 | 221 | 76 | 35 |
| Binary | 11100 | 1110110 | 1000001 | 1001100 | 0 | 101101 | 110110 | 10010001 | 111110 | 11101 |
Color Harmonies of #1C7641
Complementary color
Monochromatic Colors of #1C7641
Black with #1C7641
Text Example
Text Example
White with #1C7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7641; }
p { color: rgb(28,118,65); }
H1.HeaderClassName
{
color: #1C7641;
}
.AnyTagClassName
{
color: #1C7641;
}
</style>
background-color css
<style>
a { background-color: #1C7641; }
a { background-color: rgb(28,118,65); }
div.DivClassName
{
background-color: #1C7641;
}
.BgClassName
{
background-color: #1C7641;
}
</style>
border-color css
<style>
span { border-color: #1C7641; }
span { border-color: rgb(28,118,65); }
td.TdClassName
{
border-color: #1C7641;
}
.TagClassName
{
border-color: #1C7641;
}
</style>