Shades of Sea Green #239141
Tints of Sea Green #239141
RGB
CMYK
RGB Variations
Color information
#239141 (or 0x239141) is known color: Sea Green. HEX triplet: 23, 91 and 41. RGB value is (35,145,65). Sum of RGB (Red+Green+Blue) = 35+145+65=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #239141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #239141 is #DC6EBE. Grayscale: #676767. Windows color (decimal): -14446271 or 4296995. OLE color: 4296995.
HSL color Cylindrical-coordinate representation of color #239141: hue angle of 136.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239141 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 65 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.43 |
| HSL | 136.36º | 0.61% | 0.35% | - |
| HSV(B) | 136.36º | 0.76% | 0.57% | - |
| XYZ | 11.77 | 20.99 | 8.43 | - |
| YUV | 102.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 65 | 0.76 | 0 | 0.55 | 0.43 | 136.36 | 0.61 | 0.35 |
| Hex | 23 | 91 | 41 | 4C | 0 | 37 | 2B | 88 | 3D | 23 |
| Octal | 43 | 221 | 101 | 114 | 0 | 67 | 53 | 210 | 75 | 43 |
| Binary | 100011 | 10010001 | 1000001 | 1001100 | 0 | 110111 | 101011 | 10001000 | 111101 | 100011 |
Color Harmonies of #239141
Complementary color
Monochromatic Colors of #239141
Black with #239141
Text Example
Text Example
White with #239141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239141; }
p { color: rgb(35,145,65); }
H1.HeaderClassName
{
color: #239141;
}
.AnyTagClassName
{
color: #239141;
}
</style>
background-color css
<style>
a { background-color: #239141; }
a { background-color: rgb(35,145,65); }
div.DivClassName
{
background-color: #239141;
}
.BgClassName
{
background-color: #239141;
}
</style>
border-color css
<style>
span { border-color: #239141; }
span { border-color: rgb(35,145,65); }
td.TdClassName
{
border-color: #239141;
}
.TagClassName
{
border-color: #239141;
}
</style>