Shades of Dark Spring Green #1C7E3D
Tints of Dark Spring Green #1C7E3D
RGB
CMYK
RGB Variations
Color information
#1C7E3D (or 0x1C7E3D) is known color: Dark Spring Green. HEX triplet: 1C, 7E and 3D. RGB value is (28,126,61). Sum of RGB (Red+Green+Blue) = 28+126+61=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 126 (49.61% from 255 or 58.60% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 126 - color contains mainly: green. Hex color #1C7E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7E3D is #E381C2. Grayscale: #595959. Windows color (decimal): -14909891 or 4029980. OLE color: 4029980.
HSL color Cylindrical-coordinate representation of color #1C7E3D: hue angle of 140.2º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7E3D is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 126 | 61 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.51 |
| HSL | 140.2º | 0.64% | 0.3% | - |
| HSV(B) | 140.2º | 0.78% | 0.49% | - |
| XYZ | 8.78 | 15.51 | 6.94 | - |
| YUV | 89.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 61 | 0.78 | 0 | 0.52 | 0.51 | 140.2 | 0.64 | 0.3 |
| Hex | 1C | 7E | 3D | 4E | 0 | 34 | 33 | 8C | 40 | 1E |
| Octal | 34 | 176 | 75 | 116 | 0 | 64 | 63 | 214 | 100 | 36 |
| Binary | 11100 | 1111110 | 111101 | 1001110 | 0 | 110100 | 110011 | 10001100 | 1000000 | 11110 |
Color Harmonies of #1C7E3D
Complementary color
Monochromatic Colors of #1C7E3D
Black with #1C7E3D
Text Example
Text Example
White with #1C7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7E3D; }
p { color: rgb(28,126,61); }
H1.HeaderClassName
{
color: #1C7E3D;
}
.AnyTagClassName
{
color: #1C7E3D;
}
</style>
background-color css
<style>
a { background-color: #1C7E3D; }
a { background-color: rgb(28,126,61); }
div.DivClassName
{
background-color: #1C7E3D;
}
.BgClassName
{
background-color: #1C7E3D;
}
</style>
border-color css
<style>
span { border-color: #1C7E3D; }
span { border-color: rgb(28,126,61); }
td.TdClassName
{
border-color: #1C7E3D;
}
.TagClassName
{
border-color: #1C7E3D;
}
</style>