Shades of Sea Green #238F4F
Tints of Sea Green #238F4F
RGB
CMYK
RGB Variations
Color information
#238F4F (or 0x238F4F) is known color: Sea Green. HEX triplet: 23, 8F and 4F. RGB value is (35,143,79). Sum of RGB (Red+Green+Blue) = 35+143+79=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 143 (56.25% from 255 or 55.64% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 143 - color contains mainly: green. Hex color #238F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F4F is #DC70B0. Grayscale: #676767. Windows color (decimal): -14446769 or 5213987. OLE color: 5213987.
HSL color Cylindrical-coordinate representation of color #238F4F: hue angle of 144.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F4F is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 79 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.44 |
| HSL | 144.44º | 0.61% | 0.35% | - |
| HSV(B) | 144.44º | 0.76% | 0.56% | - |
| XYZ | 11.93 | 20.57 | 10.74 | - |
| YUV | 103.41 | 114.22 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 79 | 0.76 | 0 | 0.45 | 0.44 | 144.44 | 0.61 | 0.35 |
| Hex | 23 | 8F | 4F | 4C | 0 | 2D | 2C | 90 | 3D | 23 |
| Octal | 43 | 217 | 117 | 114 | 0 | 55 | 54 | 220 | 75 | 43 |
| Binary | 100011 | 10001111 | 1001111 | 1001100 | 0 | 101101 | 101100 | 10010000 | 111101 | 100011 |
Color Harmonies of #238F4F
Complementary color
Monochromatic Colors of #238F4F
Black with #238F4F
Text Example
Text Example
White with #238F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F4F; }
p { color: rgb(35,143,79); }
H1.HeaderClassName
{
color: #238F4F;
}
.AnyTagClassName
{
color: #238F4F;
}
</style>
background-color css
<style>
a { background-color: #238F4F; }
a { background-color: rgb(35,143,79); }
div.DivClassName
{
background-color: #238F4F;
}
.BgClassName
{
background-color: #238F4F;
}
</style>
border-color css
<style>
span { border-color: #238F4F; }
span { border-color: rgb(35,143,79); }
td.TdClassName
{
border-color: #238F4F;
}
.TagClassName
{
border-color: #238F4F;
}
</style>