Shades of Sea Green #238D40
Tints of Sea Green #238D40
RGB
CMYK
RGB Variations
Color information
#238D40 (or 0x238D40) is known color: Sea Green. HEX triplet: 23, 8D and 40. RGB value is (35,141,64). Sum of RGB (Red+Green+Blue) = 35+141+64=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #238D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238D40 is #DC72BF. Grayscale: #646464. Windows color (decimal): -14447296 or 4230435. OLE color: 4230435.
HSL color Cylindrical-coordinate representation of color #238D40: hue angle of 136.42º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238D40 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 141 | 64 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.45 |
| HSL | 136.42º | 0.6% | 0.35% | - |
| HSV(B) | 136.42º | 0.75% | 0.55% | - |
| XYZ | 11.14 | 19.78 | 8.08 | - |
| YUV | 100.53 | 107.38 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 64 | 0.75 | 0 | 0.55 | 0.45 | 136.42 | 0.6 | 0.35 |
| Hex | 23 | 8D | 40 | 4B | 0 | 37 | 2D | 88 | 3C | 23 |
| Octal | 43 | 215 | 100 | 113 | 0 | 67 | 55 | 210 | 74 | 43 |
| Binary | 100011 | 10001101 | 1000000 | 1001011 | 0 | 110111 | 101101 | 10001000 | 111100 | 100011 |
Color Harmonies of #238D40
Complementary color
Monochromatic Colors of #238D40
Black with #238D40
Text Example
Text Example
White with #238D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238D40; }
p { color: rgb(35,141,64); }
H1.HeaderClassName
{
color: #238D40;
}
.AnyTagClassName
{
color: #238D40;
}
</style>
background-color css
<style>
a { background-color: #238D40; }
a { background-color: rgb(35,141,64); }
div.DivClassName
{
background-color: #238D40;
}
.BgClassName
{
background-color: #238D40;
}
</style>
border-color css
<style>
span { border-color: #238D40; }
span { border-color: rgb(35,141,64); }
td.TdClassName
{
border-color: #238D40;
}
.TagClassName
{
border-color: #238D40;
}
</style>