Shades of Sea Green #248A48
Tints of Sea Green #248A48
RGB
CMYK
RGB Variations
Color information
#248A48 (or 0x248A48) is known color: Sea Green. HEX triplet: 24, 8A and 48. RGB value is (36,138,72). Sum of RGB (Red+Green+Blue) = 36+138+72=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #248A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A48 is #DB75B7. Grayscale: #646464. Windows color (decimal): -14382520 or 4753956. OLE color: 4753956.
HSL color Cylindrical-coordinate representation of color #248A48: hue angle of 141.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A48 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 72 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.46 |
| HSL | 141.18º | 0.59% | 0.34% | - |
| HSV(B) | 141.18º | 0.74% | 0.54% | - |
| XYZ | 10.99 | 19.02 | 9.22 | - |
| YUV | 99.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 72 | 0.74 | 0 | 0.48 | 0.46 | 141.18 | 0.59 | 0.34 |
| Hex | 24 | 8A | 48 | 4A | 0 | 30 | 2E | 8D | 3B | 22 |
| Octal | 44 | 212 | 110 | 112 | 0 | 60 | 56 | 215 | 73 | 42 |
| Binary | 100100 | 10001010 | 1001000 | 1001010 | 0 | 110000 | 101110 | 10001101 | 111011 | 100010 |
Color Harmonies of #248A48
Complementary color
Monochromatic Colors of #248A48
Black with #248A48
Text Example
Text Example
White with #248A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A48; }
p { color: rgb(36,138,72); }
H1.HeaderClassName
{
color: #248A48;
}
.AnyTagClassName
{
color: #248A48;
}
</style>
background-color css
<style>
a { background-color: #248A48; }
a { background-color: rgb(36,138,72); }
div.DivClassName
{
background-color: #248A48;
}
.BgClassName
{
background-color: #248A48;
}
</style>
border-color css
<style>
span { border-color: #248A48; }
span { border-color: rgb(36,138,72); }
td.TdClassName
{
border-color: #248A48;
}
.TagClassName
{
border-color: #248A48;
}
</style>