Shades of Sea Green #249148
Tints of Sea Green #249148
RGB
CMYK
RGB Variations
Color information
#249148 (or 0x249148) is known color: Sea Green. HEX triplet: 24, 91 and 48. RGB value is (36,145,72). Sum of RGB (Red+Green+Blue) = 36+145+72=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #249148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #249148 is #DB6EB7. Grayscale: #686868. Windows color (decimal): -14380728 or 4755748. OLE color: 4755748.
HSL color Cylindrical-coordinate representation of color #249148: hue angle of 139.82º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249148 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 72 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.43 |
| HSL | 139.82º | 0.6% | 0.35% | - |
| HSV(B) | 139.82º | 0.75% | 0.57% | - |
| XYZ | 12.02 | 21.09 | 9.57 | - |
| YUV | 104.09 | 109.89 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 72 | 0.75 | 0 | 0.50 | 0.43 | 139.82 | 0.6 | 0.35 |
| Hex | 24 | 91 | 48 | 4B | 0 | 32 | 2B | 8C | 3C | 23 |
| Octal | 44 | 221 | 110 | 113 | 0 | 62 | 53 | 214 | 74 | 43 |
| Binary | 100100 | 10010001 | 1001000 | 1001011 | 0 | 110010 | 101011 | 10001100 | 111100 | 100011 |
Color Harmonies of #249148
Complementary color
Monochromatic Colors of #249148
Black with #249148
Text Example
Text Example
White with #249148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249148; }
p { color: rgb(36,145,72); }
H1.HeaderClassName
{
color: #249148;
}
.AnyTagClassName
{
color: #249148;
}
</style>
background-color css
<style>
a { background-color: #249148; }
a { background-color: rgb(36,145,72); }
div.DivClassName
{
background-color: #249148;
}
.BgClassName
{
background-color: #249148;
}
</style>
border-color css
<style>
span { border-color: #249148; }
span { border-color: rgb(36,145,72); }
td.TdClassName
{
border-color: #249148;
}
.TagClassName
{
border-color: #249148;
}
</style>