Shades of Dark Spring Green #247245
Tints of Dark Spring Green #247245
RGB
CMYK
RGB Variations
Color information
#247245 (or 0x247245) is known color: Dark Spring Green. HEX triplet: 24, 72 and 45. RGB value is (36,114,69). Sum of RGB (Red+Green+Blue) = 36+114+69=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #247245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247245 is #DB8DBA. Grayscale: #555555. Windows color (decimal): -14388667 or 4551204. OLE color: 4551204.
HSL color Cylindrical-coordinate representation of color #247245: hue angle of 145.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247245 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 114 | 69 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.55 |
| HSL | 145.38º | 0.52% | 0.29% | - |
| HSV(B) | 145.38º | 0.68% | 0.45% | - |
| XYZ | 7.82 | 12.84 | 7.7 | - |
| YUV | 85.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 69 | 0.68 | 0 | 0.39 | 0.55 | 145.38 | 0.52 | 0.29 |
| Hex | 24 | 72 | 45 | 44 | 0 | 27 | 37 | 91 | 34 | 1D |
| Octal | 44 | 162 | 105 | 104 | 0 | 47 | 67 | 221 | 64 | 35 |
| Binary | 100100 | 1110010 | 1000101 | 1000100 | 0 | 100111 | 110111 | 10010001 | 110100 | 11101 |
Color Harmonies of #247245
Complementary color
Monochromatic Colors of #247245
Black with #247245
Text Example
Text Example
White with #247245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247245; }
p { color: rgb(36,114,69); }
H1.HeaderClassName
{
color: #247245;
}
.AnyTagClassName
{
color: #247245;
}
</style>
background-color css
<style>
a { background-color: #247245; }
a { background-color: rgb(36,114,69); }
div.DivClassName
{
background-color: #247245;
}
.BgClassName
{
background-color: #247245;
}
</style>
border-color css
<style>
span { border-color: #247245; }
span { border-color: rgb(36,114,69); }
td.TdClassName
{
border-color: #247245;
}
.TagClassName
{
border-color: #247245;
}
</style>