Shades of Sea Green #238E4C
Tints of Sea Green #238E4C
RGB
CMYK
RGB Variations
Color information
#238E4C (or 0x238E4C) is known color: Sea Green. HEX triplet: 23, 8E and 4C. RGB value is (35,142,76). Sum of RGB (Red+Green+Blue) = 35+142+76=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #238E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238E4C is #DC71B3. Grayscale: #666666. Windows color (decimal): -14447028 or 5017123. OLE color: 5017123.
HSL color Cylindrical-coordinate representation of color #238E4C: hue angle of 142.99º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238E4C is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 142 | 76 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.44 |
| HSL | 142.99º | 0.6% | 0.35% | - |
| HSV(B) | 142.99º | 0.75% | 0.56% | - |
| XYZ | 11.67 | 20.23 | 10.13 | - |
| YUV | 102.48 | 113.05 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 76 | 0.75 | 0 | 0.46 | 0.44 | 142.99 | 0.6 | 0.35 |
| Hex | 23 | 8E | 4C | 4B | 0 | 2E | 2C | 8F | 3C | 23 |
| Octal | 43 | 216 | 114 | 113 | 0 | 56 | 54 | 217 | 74 | 43 |
| Binary | 100011 | 10001110 | 1001100 | 1001011 | 0 | 101110 | 101100 | 10001111 | 111100 | 100011 |
Color Harmonies of #238E4C
Complementary color
Monochromatic Colors of #238E4C
Black with #238E4C
Text Example
Text Example
White with #238E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238E4C; }
p { color: rgb(35,142,76); }
H1.HeaderClassName
{
color: #238E4C;
}
.AnyTagClassName
{
color: #238E4C;
}
</style>
background-color css
<style>
a { background-color: #238E4C; }
a { background-color: rgb(35,142,76); }
div.DivClassName
{
background-color: #238E4C;
}
.BgClassName
{
background-color: #238E4C;
}
</style>
border-color css
<style>
span { border-color: #238E4C; }
span { border-color: rgb(35,142,76); }
td.TdClassName
{
border-color: #238E4C;
}
.TagClassName
{
border-color: #238E4C;
}
</style>