Shades of Sea Green #248F45
Tints of Sea Green #248F45
RGB
CMYK
RGB Variations
Color information
#248F45 (or 0x248F45) is known color: Sea Green. HEX triplet: 24, 8F and 45. RGB value is (36,143,69). Sum of RGB (Red+Green+Blue) = 36+143+69=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #248F45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F45 is #DB70BA. Grayscale: #666666. Windows color (decimal): -14381243 or 4558628. OLE color: 4558628.
HSL color Cylindrical-coordinate representation of color #248F45: hue angle of 138.5º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F45 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 69 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.44 |
| HSL | 138.5º | 0.6% | 0.35% | - |
| HSV(B) | 138.5º | 0.75% | 0.56% | - |
| XYZ | 11.62 | 20.45 | 8.96 | - |
| YUV | 102.57 | 109.05 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 69 | 0.75 | 0 | 0.52 | 0.44 | 138.5 | 0.6 | 0.35 |
| Hex | 24 | 8F | 45 | 4B | 0 | 34 | 2C | 8B | 3C | 23 |
| Octal | 44 | 217 | 105 | 113 | 0 | 64 | 54 | 213 | 74 | 43 |
| Binary | 100100 | 10001111 | 1000101 | 1001011 | 0 | 110100 | 101100 | 10001011 | 111100 | 100011 |
Color Harmonies of #248F45
Complementary color
Monochromatic Colors of #248F45
Black with #248F45
Text Example
Text Example
White with #248F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F45; }
p { color: rgb(36,143,69); }
H1.HeaderClassName
{
color: #248F45;
}
.AnyTagClassName
{
color: #248F45;
}
</style>
background-color css
<style>
a { background-color: #248F45; }
a { background-color: rgb(36,143,69); }
div.DivClassName
{
background-color: #248F45;
}
.BgClassName
{
background-color: #248F45;
}
</style>
border-color css
<style>
span { border-color: #248F45; }
span { border-color: rgb(36,143,69); }
td.TdClassName
{
border-color: #248F45;
}
.TagClassName
{
border-color: #248F45;
}
</style>