Shades of Sea Green #248D52
Tints of Sea Green #248D52
RGB
CMYK
RGB Variations
Color information
#248D52 (or 0x248D52) is known color: Sea Green. HEX triplet: 24, 8D and 52. RGB value is (36,141,82). Sum of RGB (Red+Green+Blue) = 36+141+82=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #248D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D52 is #DB72AD. Grayscale: #676767. Windows color (decimal): -14381742 or 5410084. OLE color: 5410084.
HSL color Cylindrical-coordinate representation of color #248D52: hue angle of 146.29º 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 #248D52 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 82 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.45 |
| HSL | 146.29º | 0.59% | 0.35% | - |
| HSV(B) | 146.29º | 0.74% | 0.55% | - |
| XYZ | 11.78 | 20.03 | 11.23 | - |
| YUV | 102.88 | 116.21 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 82 | 0.74 | 0 | 0.42 | 0.45 | 146.29 | 0.59 | 0.35 |
| Hex | 24 | 8D | 52 | 4A | 0 | 2A | 2D | 92 | 3B | 23 |
| Octal | 44 | 215 | 122 | 112 | 0 | 52 | 55 | 222 | 73 | 43 |
| Binary | 100100 | 10001101 | 1010010 | 1001010 | 0 | 101010 | 101101 | 10010010 | 111011 | 100011 |
Color Harmonies of #248D52
Complementary color
Monochromatic Colors of #248D52
Black with #248D52
Text Example
Text Example
White with #248D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D52; }
p { color: rgb(36,141,82); }
H1.HeaderClassName
{
color: #248D52;
}
.AnyTagClassName
{
color: #248D52;
}
</style>
background-color css
<style>
a { background-color: #248D52; }
a { background-color: rgb(36,141,82); }
div.DivClassName
{
background-color: #248D52;
}
.BgClassName
{
background-color: #248D52;
}
</style>
border-color css
<style>
span { border-color: #248D52; }
span { border-color: rgb(36,141,82); }
td.TdClassName
{
border-color: #248D52;
}
.TagClassName
{
border-color: #248D52;
}
</style>