Shades of Sea Green #238C45
Tints of Sea Green #238C45
RGB
CMYK
RGB Variations
Color information
#238C45 (or 0x238C45) is known color: Sea Green. HEX triplet: 23, 8C and 45. RGB value is (35,140,69). Sum of RGB (Red+Green+Blue) = 35+140+69=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #238C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238C45 is #DC73BA. Grayscale: #646464. Windows color (decimal): -14447547 or 4557859. OLE color: 4557859.
HSL color Cylindrical-coordinate representation of color #238C45: hue angle of 139.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238C45 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 69 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.45 |
| HSL | 139.43º | 0.6% | 0.34% | - |
| HSV(B) | 139.43º | 0.75% | 0.55% | - |
| XYZ | 11.15 | 19.54 | 8.82 | - |
| YUV | 100.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 69 | 0.75 | 0 | 0.51 | 0.45 | 139.43 | 0.6 | 0.34 |
| Hex | 23 | 8C | 45 | 4B | 0 | 33 | 2D | 8B | 3C | 22 |
| Octal | 43 | 214 | 105 | 113 | 0 | 63 | 55 | 213 | 74 | 42 |
| Binary | 100011 | 10001100 | 1000101 | 1001011 | 0 | 110011 | 101101 | 10001011 | 111100 | 100010 |
Color Harmonies of #238C45
Complementary color
Monochromatic Colors of #238C45
Black with #238C45
Text Example
Text Example
White with #238C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C45; }
p { color: rgb(35,140,69); }
H1.HeaderClassName
{
color: #238C45;
}
.AnyTagClassName
{
color: #238C45;
}
</style>
background-color css
<style>
a { background-color: #238C45; }
a { background-color: rgb(35,140,69); }
div.DivClassName
{
background-color: #238C45;
}
.BgClassName
{
background-color: #238C45;
}
</style>
border-color css
<style>
span { border-color: #238C45; }
span { border-color: rgb(35,140,69); }
td.TdClassName
{
border-color: #238C45;
}
.TagClassName
{
border-color: #238C45;
}
</style>