Shades of Sea Green #238F40
Tints of Sea Green #238F40
RGB
CMYK
RGB Variations
Color information
#238F40 (or 0x238F40) is known color: Sea Green. HEX triplet: 23, 8F and 40. RGB value is (35,143,64). Sum of RGB (Red+Green+Blue) = 35+143+64=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #238F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238F40 is #DC70BF. Grayscale: #656565. Windows color (decimal): -14446784 or 4230947. OLE color: 4230947.
HSL color Cylindrical-coordinate representation of color #238F40: hue angle of 136.11º 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 #238F40 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 64 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.44 |
| HSL | 136.11º | 0.61% | 0.35% | - |
| HSV(B) | 136.11º | 0.76% | 0.56% | - |
| XYZ | 11.44 | 20.37 | 8.18 | - |
| YUV | 101.7 | 106.72 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 64 | 0.76 | 0 | 0.55 | 0.44 | 136.11 | 0.61 | 0.35 |
| Hex | 23 | 8F | 40 | 4C | 0 | 37 | 2C | 88 | 3D | 23 |
| Octal | 43 | 217 | 100 | 114 | 0 | 67 | 54 | 210 | 75 | 43 |
| Binary | 100011 | 10001111 | 1000000 | 1001100 | 0 | 110111 | 101100 | 10001000 | 111101 | 100011 |
Color Harmonies of #238F40
Complementary color
Monochromatic Colors of #238F40
Black with #238F40
Text Example
Text Example
White with #238F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F40; }
p { color: rgb(35,143,64); }
H1.HeaderClassName
{
color: #238F40;
}
.AnyTagClassName
{
color: #238F40;
}
</style>
background-color css
<style>
a { background-color: #238F40; }
a { background-color: rgb(35,143,64); }
div.DivClassName
{
background-color: #238F40;
}
.BgClassName
{
background-color: #238F40;
}
</style>
border-color css
<style>
span { border-color: #238F40; }
span { border-color: rgb(35,143,64); }
td.TdClassName
{
border-color: #238F40;
}
.TagClassName
{
border-color: #238F40;
}
</style>