Shades of Sea Green #238A48
Tints of Sea Green #238A48
RGB
CMYK
RGB Variations
Color information
#238A48 (or 0x238A48) is known color: Sea Green. HEX triplet: 23, 8A and 48. RGB value is (35,138,72). Sum of RGB (Red+Green+Blue) = 35+138+72=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #238A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238A48 is #DC75B7. Grayscale: #636363. Windows color (decimal): -14448056 or 4753955. OLE color: 4753955.
HSL color Cylindrical-coordinate representation of color #238A48: hue angle of 141.55º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238A48 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 138 | 72 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.46 |
| HSL | 141.55º | 0.6% | 0.34% | - |
| HSV(B) | 141.55º | 0.75% | 0.54% | - |
| XYZ | 10.95 | 19 | 9.22 | - |
| YUV | 99.68 | 112.38 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 72 | 0.75 | 0 | 0.48 | 0.46 | 141.55 | 0.6 | 0.34 |
| Hex | 23 | 8A | 48 | 4B | 0 | 30 | 2E | 8E | 3C | 22 |
| Octal | 43 | 212 | 110 | 113 | 0 | 60 | 56 | 216 | 74 | 42 |
| Binary | 100011 | 10001010 | 1001000 | 1001011 | 0 | 110000 | 101110 | 10001110 | 111100 | 100010 |
Color Harmonies of #238A48
Complementary color
Monochromatic Colors of #238A48
Black with #238A48
Text Example
Text Example
White with #238A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238A48; }
p { color: rgb(35,138,72); }
H1.HeaderClassName
{
color: #238A48;
}
.AnyTagClassName
{
color: #238A48;
}
</style>
background-color css
<style>
a { background-color: #238A48; }
a { background-color: rgb(35,138,72); }
div.DivClassName
{
background-color: #238A48;
}
.BgClassName
{
background-color: #238A48;
}
</style>
border-color css
<style>
span { border-color: #238A48; }
span { border-color: rgb(35,138,72); }
td.TdClassName
{
border-color: #238A48;
}
.TagClassName
{
border-color: #238A48;
}
</style>