Shades of Sea Green #248D47
Tints of Sea Green #248D47
RGB
CMYK
RGB Variations
Color information
#248D47 (or 0x248D47) is known color: Sea Green. HEX triplet: 24, 8D and 47. RGB value is (36,141,71). Sum of RGB (Red+Green+Blue) = 36+141+71=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #248D47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D47 is #DB72B8. Grayscale: #656565. Windows color (decimal): -14381753 or 4689188. OLE color: 4689188.
HSL color Cylindrical-coordinate representation of color #248D47: hue angle of 140º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D47 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 71 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.45 |
| HSL | 140º | 0.59% | 0.35% | - |
| HSV(B) | 140º | 0.74% | 0.55% | - |
| XYZ | 11.39 | 19.88 | 9.2 | - |
| YUV | 101.63 | 110.71 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 71 | 0.74 | 0 | 0.50 | 0.45 | 140 | 0.59 | 0.35 |
| Hex | 24 | 8D | 47 | 4A | 0 | 32 | 2D | 8C | 3B | 23 |
| Octal | 44 | 215 | 107 | 112 | 0 | 62 | 55 | 214 | 73 | 43 |
| Binary | 100100 | 10001101 | 1000111 | 1001010 | 0 | 110010 | 101101 | 10001100 | 111011 | 100011 |
Color Harmonies of #248D47
Complementary color
Monochromatic Colors of #248D47
Black with #248D47
Text Example
Text Example
White with #248D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D47; }
p { color: rgb(36,141,71); }
H1.HeaderClassName
{
color: #248D47;
}
.AnyTagClassName
{
color: #248D47;
}
</style>
background-color css
<style>
a { background-color: #248D47; }
a { background-color: rgb(36,141,71); }
div.DivClassName
{
background-color: #248D47;
}
.BgClassName
{
background-color: #248D47;
}
</style>
border-color css
<style>
span { border-color: #248D47; }
span { border-color: rgb(36,141,71); }
td.TdClassName
{
border-color: #248D47;
}
.TagClassName
{
border-color: #248D47;
}
</style>