Shades of Sea Green #248952
Tints of Sea Green #248952
RGB
CMYK
RGB Variations
Color information
#248952 (or 0x248952) is known color: Sea Green. HEX triplet: 24, 89 and 52. RGB value is (36,137,82). Sum of RGB (Red+Green+Blue) = 36+137+82=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #248952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248952 is #DB76AD. Grayscale: #646464. Windows color (decimal): -14382766 or 5409060. OLE color: 5409060.
HSL color Cylindrical-coordinate representation of color #248952: hue angle of 147.33º degrees, saturation: 0.58, 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 #248952 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 137 | 82 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.46 |
| HSL | 147.33º | 0.58% | 0.34% | - |
| HSV(B) | 147.33º | 0.74% | 0.54% | - |
| XYZ | 11.2 | 18.88 | 11.04 | - |
| YUV | 100.53 | 117.54 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 82 | 0.74 | 0 | 0.40 | 0.46 | 147.33 | 0.58 | 0.34 |
| Hex | 24 | 89 | 52 | 4A | 0 | 28 | 2E | 93 | 3A | 22 |
| Octal | 44 | 211 | 122 | 112 | 0 | 50 | 56 | 223 | 72 | 42 |
| Binary | 100100 | 10001001 | 1010010 | 1001010 | 0 | 101000 | 101110 | 10010011 | 111010 | 100010 |
Color Harmonies of #248952
Complementary color
Monochromatic Colors of #248952
Black with #248952
Text Example
Text Example
White with #248952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248952; }
p { color: rgb(36,137,82); }
H1.HeaderClassName
{
color: #248952;
}
.AnyTagClassName
{
color: #248952;
}
</style>
background-color css
<style>
a { background-color: #248952; }
a { background-color: rgb(36,137,82); }
div.DivClassName
{
background-color: #248952;
}
.BgClassName
{
background-color: #248952;
}
</style>
border-color css
<style>
span { border-color: #248952; }
span { border-color: rgb(36,137,82); }
td.TdClassName
{
border-color: #248952;
}
.TagClassName
{
border-color: #248952;
}
</style>