Shades of Sea Green #248C41
Tints of Sea Green #248C41
RGB
CMYK
RGB Variations
Color information
#248C41 (or 0x248C41) is known color: Sea Green. HEX triplet: 24, 8C and 41. RGB value is (36,140,65). Sum of RGB (Red+Green+Blue) = 36+140+65=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #248C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C41 is #DB73BE. Grayscale: #646464. Windows color (decimal): -14382015 or 4295716. OLE color: 4295716.
HSL color Cylindrical-coordinate representation of color #248C41: hue angle of 136.73º 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 #248C41 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 65 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.45 |
| HSL | 136.73º | 0.59% | 0.35% | - |
| HSV(B) | 136.73º | 0.74% | 0.55% | - |
| XYZ | 11.06 | 19.51 | 8.18 | - |
| YUV | 100.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 65 | 0.74 | 0 | 0.54 | 0.45 | 136.73 | 0.59 | 0.35 |
| Hex | 24 | 8C | 41 | 4A | 0 | 36 | 2D | 89 | 3B | 23 |
| Octal | 44 | 214 | 101 | 112 | 0 | 66 | 55 | 211 | 73 | 43 |
| Binary | 100100 | 10001100 | 1000001 | 1001010 | 0 | 110110 | 101101 | 10001001 | 111011 | 100011 |
Color Harmonies of #248C41
Complementary color
Monochromatic Colors of #248C41
Black with #248C41
Text Example
Text Example
White with #248C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C41; }
p { color: rgb(36,140,65); }
H1.HeaderClassName
{
color: #248C41;
}
.AnyTagClassName
{
color: #248C41;
}
</style>
background-color css
<style>
a { background-color: #248C41; }
a { background-color: rgb(36,140,65); }
div.DivClassName
{
background-color: #248C41;
}
.BgClassName
{
background-color: #248C41;
}
</style>
border-color css
<style>
span { border-color: #248C41; }
span { border-color: rgb(36,140,65); }
td.TdClassName
{
border-color: #248C41;
}
.TagClassName
{
border-color: #248C41;
}
</style>