Shades of Dark Spring Green #247148
Tints of Dark Spring Green #247148
RGB
CMYK
RGB Variations
Color information
#247148 (or 0x247148) is known color: Dark Spring Green. HEX triplet: 24, 71 and 48. RGB value is (36,113,72). Sum of RGB (Red+Green+Blue) = 36+113+72=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #247148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247148 is #DB8EB7. Grayscale: #555555. Windows color (decimal): -14388920 or 4747556. OLE color: 4747556.
HSL color Cylindrical-coordinate representation of color #247148: hue angle of 148.05º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247148 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 113 | 72 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.56 |
| HSL | 148.05º | 0.52% | 0.29% | - |
| HSV(B) | 148.05º | 0.68% | 0.44% | - |
| XYZ | 7.8 | 12.65 | 8.16 | - |
| YUV | 85.3 | 120.49 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 72 | 0.68 | 0 | 0.36 | 0.56 | 148.05 | 0.52 | 0.29 |
| Hex | 24 | 71 | 48 | 44 | 0 | 24 | 38 | 94 | 34 | 1D |
| Octal | 44 | 161 | 110 | 104 | 0 | 44 | 70 | 224 | 64 | 35 |
| Binary | 100100 | 1110001 | 1001000 | 1000100 | 0 | 100100 | 111000 | 10010100 | 110100 | 11101 |
Color Harmonies of #247148
Complementary color
Monochromatic Colors of #247148
Black with #247148
Text Example
Text Example
White with #247148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247148; }
p { color: rgb(36,113,72); }
H1.HeaderClassName
{
color: #247148;
}
.AnyTagClassName
{
color: #247148;
}
</style>
background-color css
<style>
a { background-color: #247148; }
a { background-color: rgb(36,113,72); }
div.DivClassName
{
background-color: #247148;
}
.BgClassName
{
background-color: #247148;
}
</style>
border-color css
<style>
span { border-color: #247148; }
span { border-color: rgb(36,113,72); }
td.TdClassName
{
border-color: #247148;
}
.TagClassName
{
border-color: #247148;
}
</style>