Shades of Sea Green #238C44
Tints of Sea Green #238C44
RGB
CMYK
RGB Variations
Color information
#238C44 (or 0x238C44) is known color: Sea Green. HEX triplet: 23, 8C and 44. RGB value is (35,140,68). Sum of RGB (Red+Green+Blue) = 35+140+68=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 140 (55.08% from 255 or 57.61% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 140 - color contains mainly: green. Hex color #238C44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238C44 is #DC73BB. Grayscale: #646464. Windows color (decimal): -14447548 or 4492323. OLE color: 4492323.
HSL color Cylindrical-coordinate representation of color #238C44: hue angle of 138.86º 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 #238C44 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 68 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.45 |
| HSL | 138.86º | 0.6% | 0.34% | - |
| HSV(B) | 138.86º | 0.75% | 0.55% | - |
| XYZ | 11.11 | 19.53 | 8.65 | - |
| YUV | 100.4 | 109.71 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 68 | 0.75 | 0 | 0.51 | 0.45 | 138.86 | 0.6 | 0.34 |
| Hex | 23 | 8C | 44 | 4B | 0 | 33 | 2D | 8B | 3C | 22 |
| Octal | 43 | 214 | 104 | 113 | 0 | 63 | 55 | 213 | 74 | 42 |
| Binary | 100011 | 10001100 | 1000100 | 1001011 | 0 | 110011 | 101101 | 10001011 | 111100 | 100010 |
Color Harmonies of #238C44
Complementary color
Monochromatic Colors of #238C44
Black with #238C44
Text Example
Text Example
White with #238C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C44; }
p { color: rgb(35,140,68); }
H1.HeaderClassName
{
color: #238C44;
}
.AnyTagClassName
{
color: #238C44;
}
</style>
background-color css
<style>
a { background-color: #238C44; }
a { background-color: rgb(35,140,68); }
div.DivClassName
{
background-color: #238C44;
}
.BgClassName
{
background-color: #238C44;
}
</style>
border-color css
<style>
span { border-color: #238C44; }
span { border-color: rgb(35,140,68); }
td.TdClassName
{
border-color: #238C44;
}
.TagClassName
{
border-color: #238C44;
}
</style>