Shades of Sea Green #248448
Tints of Sea Green #248448
RGB
CMYK
RGB Variations
Color information
#248448 (or 0x248448) is known color: Sea Green. HEX triplet: 24, 84 and 48. RGB value is (36,132,72). Sum of RGB (Red+Green+Blue) = 36+132+72=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #248448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248448 is #DB7BB7. Grayscale: #606060. Windows color (decimal): -14384056 or 4752420. OLE color: 4752420.
HSL color Cylindrical-coordinate representation of color #248448: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248448 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 132 | 72 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.48 |
| HSL | 142.5º | 0.57% | 0.33% | - |
| HSV(B) | 142.5º | 0.73% | 0.52% | - |
| XYZ | 10.15 | 17.35 | 8.94 | - |
| YUV | 96.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 72 | 0.73 | 0 | 0.45 | 0.48 | 142.5 | 0.57 | 0.33 |
| Hex | 24 | 84 | 48 | 49 | 0 | 2D | 30 | 8E | 39 | 21 |
| Octal | 44 | 204 | 110 | 111 | 0 | 55 | 60 | 216 | 71 | 41 |
| Binary | 100100 | 10000100 | 1001000 | 1001001 | 0 | 101101 | 110000 | 10001110 | 111001 | 100001 |
Color Harmonies of #248448
Complementary color
Monochromatic Colors of #248448
Black with #248448
Text Example
Text Example
White with #248448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248448; }
p { color: rgb(36,132,72); }
H1.HeaderClassName
{
color: #248448;
}
.AnyTagClassName
{
color: #248448;
}
</style>
background-color css
<style>
a { background-color: #248448; }
a { background-color: rgb(36,132,72); }
div.DivClassName
{
background-color: #248448;
}
.BgClassName
{
background-color: #248448;
}
</style>
border-color css
<style>
span { border-color: #248448; }
span { border-color: rgb(36,132,72); }
td.TdClassName
{
border-color: #248448;
}
.TagClassName
{
border-color: #248448;
}
</style>