Shades of Sea Green #248B46
Tints of Sea Green #248B46
RGB
CMYK
RGB Variations
Color information
#248B46 (or 0x248B46) is known color: Sea Green. HEX triplet: 24, 8B and 46. RGB value is (36,139,70). Sum of RGB (Red+Green+Blue) = 36+139+70=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #248B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B46 is #DB74B9. Grayscale: #646464. Windows color (decimal): -14382266 or 4623140. OLE color: 4623140.
HSL color Cylindrical-coordinate representation of color #248B46: hue angle of 139.81º 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 #248B46 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 70 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.45 |
| HSL | 139.81º | 0.59% | 0.34% | - |
| HSV(B) | 139.81º | 0.74% | 0.55% | - |
| XYZ | 11.07 | 19.28 | 8.93 | - |
| YUV | 100.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 70 | 0.74 | 0 | 0.50 | 0.45 | 139.81 | 0.59 | 0.34 |
| Hex | 24 | 8B | 46 | 4A | 0 | 32 | 2D | 8C | 3B | 22 |
| Octal | 44 | 213 | 106 | 112 | 0 | 62 | 55 | 214 | 73 | 42 |
| Binary | 100100 | 10001011 | 1000110 | 1001010 | 0 | 110010 | 101101 | 10001100 | 111011 | 100010 |
Color Harmonies of #248B46
Complementary color
Monochromatic Colors of #248B46
Black with #248B46
Text Example
Text Example
White with #248B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B46; }
p { color: rgb(36,139,70); }
H1.HeaderClassName
{
color: #248B46;
}
.AnyTagClassName
{
color: #248B46;
}
</style>
background-color css
<style>
a { background-color: #248B46; }
a { background-color: rgb(36,139,70); }
div.DivClassName
{
background-color: #248B46;
}
.BgClassName
{
background-color: #248B46;
}
</style>
border-color css
<style>
span { border-color: #248B46; }
span { border-color: rgb(36,139,70); }
td.TdClassName
{
border-color: #248B46;
}
.TagClassName
{
border-color: #248B46;
}
</style>