Shades of Sea Green #248848
Tints of Sea Green #248848
RGB
CMYK
RGB Variations
Color information
#248848 (or 0x248848) is known color: Sea Green. HEX triplet: 24, 88 and 48. RGB value is (36,136,72). Sum of RGB (Red+Green+Blue) = 36+136+72=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #248848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248848 is #DB77B7. Grayscale: #626262. Windows color (decimal): -14383032 or 4753444. OLE color: 4753444.
HSL color Cylindrical-coordinate representation of color #248848: hue angle of 141.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248848 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 136 | 72 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.47 |
| HSL | 141.6º | 0.58% | 0.34% | - |
| HSV(B) | 141.6º | 0.74% | 0.53% | - |
| XYZ | 10.7 | 18.45 | 9.13 | - |
| YUV | 98.8 | 112.87 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 72 | 0.74 | 0 | 0.47 | 0.47 | 141.6 | 0.58 | 0.34 |
| Hex | 24 | 88 | 48 | 4A | 0 | 2F | 2F | 8E | 3A | 22 |
| Octal | 44 | 210 | 110 | 112 | 0 | 57 | 57 | 216 | 72 | 42 |
| Binary | 100100 | 10001000 | 1001000 | 1001010 | 0 | 101111 | 101111 | 10001110 | 111010 | 100010 |
Color Harmonies of #248848
Complementary color
Monochromatic Colors of #248848
Black with #248848
Text Example
Text Example
White with #248848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248848; }
p { color: rgb(36,136,72); }
H1.HeaderClassName
{
color: #248848;
}
.AnyTagClassName
{
color: #248848;
}
</style>
background-color css
<style>
a { background-color: #248848; }
a { background-color: rgb(36,136,72); }
div.DivClassName
{
background-color: #248848;
}
.BgClassName
{
background-color: #248848;
}
</style>
border-color css
<style>
span { border-color: #248848; }
span { border-color: rgb(36,136,72); }
td.TdClassName
{
border-color: #248848;
}
.TagClassName
{
border-color: #248848;
}
</style>