Shades of Sea Green #239048
Tints of Sea Green #239048
RGB
CMYK
RGB Variations
Color information
#239048 (or 0x239048) is known color: Sea Green. HEX triplet: 23, 90 and 48. RGB value is (35,144,72). Sum of RGB (Red+Green+Blue) = 35+144+72=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #239048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #239048 is #DC6FB7. Grayscale: #676767. Windows color (decimal): -14446520 or 4755491. OLE color: 4755491.
HSL color Cylindrical-coordinate representation of color #239048: hue angle of 140.37º 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 #239048 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 72 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.44 |
| HSL | 140.37º | 0.61% | 0.35% | - |
| HSV(B) | 140.37º | 0.76% | 0.56% | - |
| XYZ | 11.84 | 20.77 | 9.52 | - |
| YUV | 103.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 72 | 0.76 | 0 | 0.50 | 0.44 | 140.37 | 0.61 | 0.35 |
| Hex | 23 | 90 | 48 | 4C | 0 | 32 | 2C | 8C | 3D | 23 |
| Octal | 43 | 220 | 110 | 114 | 0 | 62 | 54 | 214 | 75 | 43 |
| Binary | 100011 | 10010000 | 1001000 | 1001100 | 0 | 110010 | 101100 | 10001100 | 111101 | 100011 |
Color Harmonies of #239048
Complementary color
Monochromatic Colors of #239048
Black with #239048
Text Example
Text Example
White with #239048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239048; }
p { color: rgb(35,144,72); }
H1.HeaderClassName
{
color: #239048;
}
.AnyTagClassName
{
color: #239048;
}
</style>
background-color css
<style>
a { background-color: #239048; }
a { background-color: rgb(35,144,72); }
div.DivClassName
{
background-color: #239048;
}
.BgClassName
{
background-color: #239048;
}
</style>
border-color css
<style>
span { border-color: #239048; }
span { border-color: rgb(35,144,72); }
td.TdClassName
{
border-color: #239048;
}
.TagClassName
{
border-color: #239048;
}
</style>