Shades of Dark Spring Green #1C754A
Tints of Dark Spring Green #1C754A
RGB
CMYK
RGB Variations
Color information
#1C754A (or 0x1C754A) is known color: Dark Spring Green. HEX triplet: 1C, 75 and 4A. RGB value is (28,117,74). Sum of RGB (Red+Green+Blue) = 28+117+74=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #1C754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C754A is #E38AB5. Grayscale: #555555. Windows color (decimal): -14912182 or 4879644. OLE color: 4879644.
HSL color Cylindrical-coordinate representation of color #1C754A: hue angle of 151.01º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C754A is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 74 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.54 |
| HSL | 151.01º | 0.61% | 0.28% | - |
| HSV(B) | 151.01º | 0.76% | 0.46% | - |
| XYZ | 8.08 | 13.46 | 8.65 | - |
| YUV | 85.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 74 | 0.76 | 0 | 0.37 | 0.54 | 151.01 | 0.61 | 0.28 |
| Hex | 1C | 75 | 4A | 4C | 0 | 25 | 36 | 97 | 3D | 1C |
| Octal | 34 | 165 | 112 | 114 | 0 | 45 | 66 | 227 | 75 | 34 |
| Binary | 11100 | 1110101 | 1001010 | 1001100 | 0 | 100101 | 110110 | 10010111 | 111101 | 11100 |
Color Harmonies of #1C754A
Complementary color
Monochromatic Colors of #1C754A
Black with #1C754A
Text Example
Text Example
White with #1C754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C754A; }
p { color: rgb(28,117,74); }
H1.HeaderClassName
{
color: #1C754A;
}
.AnyTagClassName
{
color: #1C754A;
}
</style>
background-color css
<style>
a { background-color: #1C754A; }
a { background-color: rgb(28,117,74); }
div.DivClassName
{
background-color: #1C754A;
}
.BgClassName
{
background-color: #1C754A;
}
</style>
border-color css
<style>
span { border-color: #1C754A; }
span { border-color: rgb(28,117,74); }
td.TdClassName
{
border-color: #1C754A;
}
.TagClassName
{
border-color: #1C754A;
}
</style>