Shades of Sea Green #248740
Tints of Sea Green #248740
RGB
CMYK
RGB Variations
Color information
#248740 (or 0x248740) is known color: Sea Green. HEX triplet: 24, 87 and 40. RGB value is (36,135,64). Sum of RGB (Red+Green+Blue) = 36+135+64=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #248740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248740 is #DB78BF. Grayscale: #616161. Windows color (decimal): -14383296 or 4228900. OLE color: 4228900.
HSL color Cylindrical-coordinate representation of color #248740: hue angle of 136.97º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248740 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 135 | 64 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.47 |
| HSL | 136.97º | 0.58% | 0.34% | - |
| HSV(B) | 136.97º | 0.73% | 0.53% | - |
| XYZ | 10.32 | 18.07 | 7.8 | - |
| YUV | 97.31 | 109.2 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 64 | 0.73 | 0 | 0.53 | 0.47 | 136.97 | 0.58 | 0.34 |
| Hex | 24 | 87 | 40 | 49 | 0 | 35 | 2F | 89 | 3A | 22 |
| Octal | 44 | 207 | 100 | 111 | 0 | 65 | 57 | 211 | 72 | 42 |
| Binary | 100100 | 10000111 | 1000000 | 1001001 | 0 | 110101 | 101111 | 10001001 | 111010 | 100010 |
Color Harmonies of #248740
Complementary color
Monochromatic Colors of #248740
Black with #248740
Text Example
Text Example
White with #248740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248740; }
p { color: rgb(36,135,64); }
H1.HeaderClassName
{
color: #248740;
}
.AnyTagClassName
{
color: #248740;
}
</style>
background-color css
<style>
a { background-color: #248740; }
a { background-color: rgb(36,135,64); }
div.DivClassName
{
background-color: #248740;
}
.BgClassName
{
background-color: #248740;
}
</style>
border-color css
<style>
span { border-color: #248740; }
span { border-color: rgb(36,135,64); }
td.TdClassName
{
border-color: #248740;
}
.TagClassName
{
border-color: #248740;
}
</style>