Shades of Sea Green #249C52
Tints of Sea Green #249C52
RGB
CMYK
RGB Variations
Color information
#249C52 (or 0x249C52) is known color: Sea Green. HEX triplet: 24, 9C and 52. RGB value is (36,156,82). Sum of RGB (Red+Green+Blue) = 36+156+82=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #249C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C52 is #DB63AD. Grayscale: #6F6F6F. Windows color (decimal): -14377902 or 5413924. OLE color: 5413924.
HSL color Cylindrical-coordinate representation of color #249C52: hue angle of 143º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C52 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 82 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.39 |
| HSL | 143º | 0.63% | 0.38% | - |
| HSV(B) | 143º | 0.77% | 0.61% | - |
| XYZ | 14.14 | 24.76 | 12.02 | - |
| YUV | 111.68 | 111.24 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 82 | 0.77 | 0 | 0.47 | 0.39 | 143 | 0.63 | 0.38 |
| Hex | 24 | 9C | 52 | 4D | 0 | 2F | 27 | 8F | 3E | 26 |
| Octal | 44 | 234 | 122 | 115 | 0 | 57 | 47 | 217 | 76 | 46 |
| Binary | 100100 | 10011100 | 1010010 | 1001101 | 0 | 101111 | 100111 | 10001111 | 111110 | 100110 |
Color Harmonies of #249C52
Complementary color
Monochromatic Colors of #249C52
Black with #249C52
Text Example
Text Example
White with #249C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C52; }
p { color: rgb(36,156,82); }
H1.HeaderClassName
{
color: #249C52;
}
.AnyTagClassName
{
color: #249C52;
}
</style>
background-color css
<style>
a { background-color: #249C52; }
a { background-color: rgb(36,156,82); }
div.DivClassName
{
background-color: #249C52;
}
.BgClassName
{
background-color: #249C52;
}
</style>
border-color css
<style>
span { border-color: #249C52; }
span { border-color: rgb(36,156,82); }
td.TdClassName
{
border-color: #249C52;
}
.TagClassName
{
border-color: #249C52;
}
</style>