Shades of Sea Green #248B41
Tints of Sea Green #248B41
RGB
CMYK
RGB Variations
Color information
#248B41 (or 0x248B41) is known color: Sea Green. HEX triplet: 24, 8B and 41. RGB value is (36,139,65). Sum of RGB (Red+Green+Blue) = 36+139+65=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #248B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B41 is #DB74BE. Grayscale: #636363. Windows color (decimal): -14382271 or 4295460. OLE color: 4295460.
HSL color Cylindrical-coordinate representation of color #248B41: hue angle of 136.89º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B41 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 65 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.45 |
| HSL | 136.89º | 0.59% | 0.34% | - |
| HSV(B) | 136.89º | 0.74% | 0.55% | - |
| XYZ | 10.91 | 19.22 | 8.14 | - |
| YUV | 99.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 65 | 0.74 | 0 | 0.53 | 0.45 | 136.89 | 0.59 | 0.34 |
| Hex | 24 | 8B | 41 | 4A | 0 | 35 | 2D | 89 | 3B | 22 |
| Octal | 44 | 213 | 101 | 112 | 0 | 65 | 55 | 211 | 73 | 42 |
| Binary | 100100 | 10001011 | 1000001 | 1001010 | 0 | 110101 | 101101 | 10001001 | 111011 | 100010 |
Color Harmonies of #248B41
Complementary color
Monochromatic Colors of #248B41
Black with #248B41
Text Example
Text Example
White with #248B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B41; }
p { color: rgb(36,139,65); }
H1.HeaderClassName
{
color: #248B41;
}
.AnyTagClassName
{
color: #248B41;
}
</style>
background-color css
<style>
a { background-color: #248B41; }
a { background-color: rgb(36,139,65); }
div.DivClassName
{
background-color: #248B41;
}
.BgClassName
{
background-color: #248B41;
}
</style>
border-color css
<style>
span { border-color: #248B41; }
span { border-color: rgb(36,139,65); }
td.TdClassName
{
border-color: #248B41;
}
.TagClassName
{
border-color: #248B41;
}
</style>