Shades of Sea Green #238B47
Tints of Sea Green #238B47
RGB
CMYK
RGB Variations
Color information
#238B47 (or 0x238B47) is known color: Sea Green. HEX triplet: 23, 8B and 47. RGB value is (35,139,71). Sum of RGB (Red+Green+Blue) = 35+139+71=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #238B47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238B47 is #DC74B8. Grayscale: #646464. Windows color (decimal): -14447801 or 4688675. OLE color: 4688675.
HSL color Cylindrical-coordinate representation of color #238B47: hue angle of 140.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B47 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 139 | 71 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.45 |
| HSL | 140.77º | 0.6% | 0.34% | - |
| HSV(B) | 140.77º | 0.75% | 0.55% | - |
| XYZ | 11.06 | 19.28 | 9.1 | - |
| YUV | 100.15 | 111.54 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 71 | 0.75 | 0 | 0.49 | 0.45 | 140.77 | 0.6 | 0.34 |
| Hex | 23 | 8B | 47 | 4B | 0 | 31 | 2D | 8D | 3C | 22 |
| Octal | 43 | 213 | 107 | 113 | 0 | 61 | 55 | 215 | 74 | 42 |
| Binary | 100011 | 10001011 | 1000111 | 1001011 | 0 | 110001 | 101101 | 10001101 | 111100 | 100010 |
Color Harmonies of #238B47
Complementary color
Monochromatic Colors of #238B47
Black with #238B47
Text Example
Text Example
White with #238B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B47; }
p { color: rgb(35,139,71); }
H1.HeaderClassName
{
color: #238B47;
}
.AnyTagClassName
{
color: #238B47;
}
</style>
background-color css
<style>
a { background-color: #238B47; }
a { background-color: rgb(35,139,71); }
div.DivClassName
{
background-color: #238B47;
}
.BgClassName
{
background-color: #238B47;
}
</style>
border-color css
<style>
span { border-color: #238B47; }
span { border-color: rgb(35,139,71); }
td.TdClassName
{
border-color: #238B47;
}
.TagClassName
{
border-color: #238B47;
}
</style>