Shades of Sea Green #248C40
Tints of Sea Green #248C40
RGB
CMYK
RGB Variations
Color information
#248C40 (or 0x248C40) is known color: Sea Green. HEX triplet: 24, 8C and 40. RGB value is (36,140,64). Sum of RGB (Red+Green+Blue) = 36+140+64=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 140 (55.08% from 255 or 58.33% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 140 - color contains mainly: green. Hex color #248C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C40 is #DB73BF. Grayscale: #646464. Windows color (decimal): -14382016 or 4230180. OLE color: 4230180.
HSL color Cylindrical-coordinate representation of color #248C40: hue angle of 136.15º 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 #248C40 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 64 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.45 |
| HSL | 136.15º | 0.59% | 0.35% | - |
| HSV(B) | 136.15º | 0.74% | 0.55% | - |
| XYZ | 11.03 | 19.5 | 8.03 | - |
| YUV | 100.24 | 107.54 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 64 | 0.74 | 0 | 0.54 | 0.45 | 136.15 | 0.59 | 0.35 |
| Hex | 24 | 8C | 40 | 4A | 0 | 36 | 2D | 88 | 3B | 23 |
| Octal | 44 | 214 | 100 | 112 | 0 | 66 | 55 | 210 | 73 | 43 |
| Binary | 100100 | 10001100 | 1000000 | 1001010 | 0 | 110110 | 101101 | 10001000 | 111011 | 100011 |
Color Harmonies of #248C40
Complementary color
Monochromatic Colors of #248C40
Black with #248C40
Text Example
Text Example
White with #248C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C40; }
p { color: rgb(36,140,64); }
H1.HeaderClassName
{
color: #248C40;
}
.AnyTagClassName
{
color: #248C40;
}
</style>
background-color css
<style>
a { background-color: #248C40; }
a { background-color: rgb(36,140,64); }
div.DivClassName
{
background-color: #248C40;
}
.BgClassName
{
background-color: #248C40;
}
</style>
border-color css
<style>
span { border-color: #248C40; }
span { border-color: rgb(36,140,64); }
td.TdClassName
{
border-color: #248C40;
}
.TagClassName
{
border-color: #248C40;
}
</style>