Shades of Sea Green #248D40
Tints of Sea Green #248D40
RGB
CMYK
RGB Variations
Color information
#248D40 (or 0x248D40) is known color: Sea Green. HEX triplet: 24, 8D and 40. RGB value is (36,141,64). Sum of RGB (Red+Green+Blue) = 36+141+64=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #248D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D40 is #DB72BF. Grayscale: #656565. Windows color (decimal): -14381760 or 4230436. OLE color: 4230436.
HSL color Cylindrical-coordinate representation of color #248D40: hue angle of 136º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D40 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 64 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.45 |
| HSL | 136º | 0.59% | 0.35% | - |
| HSV(B) | 136º | 0.74% | 0.55% | - |
| XYZ | 11.18 | 19.79 | 8.08 | - |
| YUV | 100.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 64 | 0.74 | 0 | 0.55 | 0.45 | 136 | 0.59 | 0.35 |
| Hex | 24 | 8D | 40 | 4A | 0 | 37 | 2D | 88 | 3B | 23 |
| Octal | 44 | 215 | 100 | 112 | 0 | 67 | 55 | 210 | 73 | 43 |
| Binary | 100100 | 10001101 | 1000000 | 1001010 | 0 | 110111 | 101101 | 10001000 | 111011 | 100011 |
Color Harmonies of #248D40
Complementary color
Monochromatic Colors of #248D40
Black with #248D40
Text Example
Text Example
White with #248D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D40; }
p { color: rgb(36,141,64); }
H1.HeaderClassName
{
color: #248D40;
}
.AnyTagClassName
{
color: #248D40;
}
</style>
background-color css
<style>
a { background-color: #248D40; }
a { background-color: rgb(36,141,64); }
div.DivClassName
{
background-color: #248D40;
}
.BgClassName
{
background-color: #248D40;
}
</style>
border-color css
<style>
span { border-color: #248D40; }
span { border-color: rgb(36,141,64); }
td.TdClassName
{
border-color: #248D40;
}
.TagClassName
{
border-color: #248D40;
}
</style>