Shades of Sea Green #249248
Tints of Sea Green #249248
RGB
CMYK
RGB Variations
Color information
#249248 (or 0x249248) is known color: Sea Green. HEX triplet: 24, 92 and 48. RGB value is (36,146,72). Sum of RGB (Red+Green+Blue) = 36+146+72=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #249248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #249248 is #DB6DB7. Grayscale: #686868. Windows color (decimal): -14380472 or 4756004. OLE color: 4756004.
HSL color Cylindrical-coordinate representation of color #249248: hue angle of 139.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249248 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 146 | 72 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.43 |
| HSL | 139.64º | 0.6% | 0.36% | - |
| HSV(B) | 139.64º | 0.75% | 0.57% | - |
| XYZ | 12.18 | 21.4 | 9.62 | - |
| YUV | 104.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 72 | 0.75 | 0 | 0.51 | 0.43 | 139.64 | 0.6 | 0.36 |
| Hex | 24 | 92 | 48 | 4B | 0 | 33 | 2B | 8C | 3C | 24 |
| Octal | 44 | 222 | 110 | 113 | 0 | 63 | 53 | 214 | 74 | 44 |
| Binary | 100100 | 10010010 | 1001000 | 1001011 | 0 | 110011 | 101011 | 10001100 | 111100 | 100100 |
Color Harmonies of #249248
Complementary color
Monochromatic Colors of #249248
Black with #249248
Text Example
Text Example
White with #249248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249248; }
p { color: rgb(36,146,72); }
H1.HeaderClassName
{
color: #249248;
}
.AnyTagClassName
{
color: #249248;
}
</style>
background-color css
<style>
a { background-color: #249248; }
a { background-color: rgb(36,146,72); }
div.DivClassName
{
background-color: #249248;
}
.BgClassName
{
background-color: #249248;
}
</style>
border-color css
<style>
span { border-color: #249248; }
span { border-color: rgb(36,146,72); }
td.TdClassName
{
border-color: #249248;
}
.TagClassName
{
border-color: #249248;
}
</style>