Shades of Sea Green #238D52
Tints of Sea Green #238D52
RGB
CMYK
RGB Variations
Color information
#238D52 (or 0x238D52) is known color: Sea Green. HEX triplet: 23, 8D and 52. RGB value is (35,141,82). Sum of RGB (Red+Green+Blue) = 35+141+82=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #238D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238D52 is #DC72AD. Grayscale: #666666. Windows color (decimal): -14447278 or 5410083. OLE color: 5410083.
HSL color Cylindrical-coordinate representation of color #238D52: hue angle of 146.6º 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 #238D52 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 141 | 82 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.45 |
| HSL | 146.6º | 0.6% | 0.35% | - |
| HSV(B) | 146.6º | 0.75% | 0.55% | - |
| XYZ | 11.74 | 20.02 | 11.23 | - |
| YUV | 102.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 82 | 0.75 | 0 | 0.42 | 0.45 | 146.6 | 0.6 | 0.35 |
| Hex | 23 | 8D | 52 | 4B | 0 | 2A | 2D | 93 | 3C | 23 |
| Octal | 43 | 215 | 122 | 113 | 0 | 52 | 55 | 223 | 74 | 43 |
| Binary | 100011 | 10001101 | 1010010 | 1001011 | 0 | 101010 | 101101 | 10010011 | 111100 | 100011 |
Color Harmonies of #238D52
Complementary color
Monochromatic Colors of #238D52
Black with #238D52
Text Example
Text Example
White with #238D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238D52; }
p { color: rgb(35,141,82); }
H1.HeaderClassName
{
color: #238D52;
}
.AnyTagClassName
{
color: #238D52;
}
</style>
background-color css
<style>
a { background-color: #238D52; }
a { background-color: rgb(35,141,82); }
div.DivClassName
{
background-color: #238D52;
}
.BgClassName
{
background-color: #238D52;
}
</style>
border-color css
<style>
span { border-color: #238D52; }
span { border-color: rgb(35,141,82); }
td.TdClassName
{
border-color: #238D52;
}
.TagClassName
{
border-color: #238D52;
}
</style>