Shades of Sea Green #248F46
Tints of Sea Green #248F46
RGB
CMYK
RGB Variations
Color information
#248F46 (or 0x248F46) is known color: Sea Green. HEX triplet: 24, 8F and 46. RGB value is (36,143,70). Sum of RGB (Red+Green+Blue) = 36+143+70=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #248F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F46 is #DB70B9. Grayscale: #666666. Windows color (decimal): -14381242 or 4624164. OLE color: 4624164.
HSL color Cylindrical-coordinate representation of color #248F46: hue angle of 139.07º 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 #248F46 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 70 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.44 |
| HSL | 139.07º | 0.6% | 0.35% | - |
| HSV(B) | 139.07º | 0.75% | 0.56% | - |
| XYZ | 11.66 | 20.46 | 9.13 | - |
| YUV | 102.69 | 109.55 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 70 | 0.75 | 0 | 0.51 | 0.44 | 139.07 | 0.6 | 0.35 |
| Hex | 24 | 8F | 46 | 4B | 0 | 33 | 2C | 8B | 3C | 23 |
| Octal | 44 | 217 | 106 | 113 | 0 | 63 | 54 | 213 | 74 | 43 |
| Binary | 100100 | 10001111 | 1000110 | 1001011 | 0 | 110011 | 101100 | 10001011 | 111100 | 100011 |
Color Harmonies of #248F46
Complementary color
Monochromatic Colors of #248F46
Black with #248F46
Text Example
Text Example
White with #248F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F46; }
p { color: rgb(36,143,70); }
H1.HeaderClassName
{
color: #248F46;
}
.AnyTagClassName
{
color: #248F46;
}
</style>
background-color css
<style>
a { background-color: #248F46; }
a { background-color: rgb(36,143,70); }
div.DivClassName
{
background-color: #248F46;
}
.BgClassName
{
background-color: #248F46;
}
</style>
border-color css
<style>
span { border-color: #248F46; }
span { border-color: rgb(36,143,70); }
td.TdClassName
{
border-color: #248F46;
}
.TagClassName
{
border-color: #248F46;
}
</style>