Shades of Sea Green #238C47
Tints of Sea Green #238C47
RGB
CMYK
RGB Variations
Color information
#238C47 (or 0x238C47) is known color: Sea Green. HEX triplet: 23, 8C and 47. RGB value is (35,140,71). Sum of RGB (Red+Green+Blue) = 35+140+71=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #238C47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238C47 is #DC73B8. Grayscale: #646464. Windows color (decimal): -14447545 or 4688931. OLE color: 4688931.
HSL color Cylindrical-coordinate representation of color #238C47: hue angle of 140.57º 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 #238C47 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 71 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.45 |
| HSL | 140.57º | 0.6% | 0.34% | - |
| HSV(B) | 140.57º | 0.75% | 0.55% | - |
| XYZ | 11.21 | 19.57 | 9.15 | - |
| YUV | 100.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 71 | 0.75 | 0 | 0.49 | 0.45 | 140.57 | 0.6 | 0.34 |
| Hex | 23 | 8C | 47 | 4B | 0 | 31 | 2D | 8D | 3C | 22 |
| Octal | 43 | 214 | 107 | 113 | 0 | 61 | 55 | 215 | 74 | 42 |
| Binary | 100011 | 10001100 | 1000111 | 1001011 | 0 | 110001 | 101101 | 10001101 | 111100 | 100010 |
Color Harmonies of #238C47
Complementary color
Monochromatic Colors of #238C47
Black with #238C47
Text Example
Text Example
White with #238C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C47; }
p { color: rgb(35,140,71); }
H1.HeaderClassName
{
color: #238C47;
}
.AnyTagClassName
{
color: #238C47;
}
</style>
background-color css
<style>
a { background-color: #238C47; }
a { background-color: rgb(35,140,71); }
div.DivClassName
{
background-color: #238C47;
}
.BgClassName
{
background-color: #238C47;
}
</style>
border-color css
<style>
span { border-color: #238C47; }
span { border-color: rgb(35,140,71); }
td.TdClassName
{
border-color: #238C47;
}
.TagClassName
{
border-color: #238C47;
}
</style>