Shades of Sea Green #248D5D
Tints of Sea Green #248D5D
RGB
CMYK
RGB Variations
Color information
#248D5D (or 0x248D5D) is known color: Sea Green. HEX triplet: 24, 8D and 5D. RGB value is (36,141,93). Sum of RGB (Red+Green+Blue) = 36+141+93=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #248D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D5D is #DB72A2. Grayscale: #686868. Windows color (decimal): -14381731 or 6130980. OLE color: 6130980.
HSL color Cylindrical-coordinate representation of color #248D5D: hue angle of 152.57º 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 #248D5D is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 93 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.45 |
| HSL | 152.57º | 0.59% | 0.35% | - |
| HSV(B) | 152.57º | 0.74% | 0.55% | - |
| XYZ | 12.23 | 20.22 | 13.61 | - |
| YUV | 104.13 | 121.71 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 93 | 0.74 | 0 | 0.34 | 0.45 | 152.57 | 0.59 | 0.35 |
| Hex | 24 | 8D | 5D | 4A | 0 | 22 | 2D | 99 | 3B | 23 |
| Octal | 44 | 215 | 135 | 112 | 0 | 42 | 55 | 231 | 73 | 43 |
| Binary | 100100 | 10001101 | 1011101 | 1001010 | 0 | 100010 | 101101 | 10011001 | 111011 | 100011 |
Color Harmonies of #248D5D
Complementary color
Monochromatic Colors of #248D5D
Black with #248D5D
Text Example
Text Example
White with #248D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D5D; }
p { color: rgb(36,141,93); }
H1.HeaderClassName
{
color: #248D5D;
}
.AnyTagClassName
{
color: #248D5D;
}
</style>
background-color css
<style>
a { background-color: #248D5D; }
a { background-color: rgb(36,141,93); }
div.DivClassName
{
background-color: #248D5D;
}
.BgClassName
{
background-color: #248D5D;
}
</style>
border-color css
<style>
span { border-color: #248D5D; }
span { border-color: rgb(36,141,93); }
td.TdClassName
{
border-color: #248D5D;
}
.TagClassName
{
border-color: #248D5D;
}
</style>