Shades of Sea Green #23A141
Tints of Sea Green #23A141
RGB
CMYK
RGB Variations
Color information
#23A141 (or 0x23A141) is known color: Sea Green. HEX triplet: 23, A1 and 41. RGB value is (35,161,65). Sum of RGB (Red+Green+Blue) = 35+161+65=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 161 (63.28% from 255 or 61.69% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 161 - color contains mainly: green. Hex color #23A141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23A141 is #DC5EBE. Grayscale: #707070. Windows color (decimal): -14442175 or 4301091. OLE color: 4301091.
HSL color Cylindrical-coordinate representation of color #23A141: hue angle of 134.29º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A141 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 161 | 65 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.37 |
| HSL | 134.29º | 0.64% | 0.38% | - |
| HSV(B) | 134.29º | 0.78% | 0.63% | - |
| XYZ | 14.39 | 26.23 | 9.31 | - |
| YUV | 112.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 161 | 65 | 0.78 | 0 | 0.60 | 0.37 | 134.29 | 0.64 | 0.38 |
| Hex | 23 | A1 | 41 | 4E | 0 | 3C | 25 | 86 | 40 | 26 |
| Octal | 43 | 241 | 101 | 116 | 0 | 74 | 45 | 206 | 100 | 46 |
| Binary | 100011 | 10100001 | 1000001 | 1001110 | 0 | 111100 | 100101 | 10000110 | 1000000 | 100110 |
Color Harmonies of #23A141
Complementary color
Monochromatic Colors of #23A141
Black with #23A141
Text Example
Text Example
White with #23A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A141; }
p { color: rgb(35,161,65); }
H1.HeaderClassName
{
color: #23A141;
}
.AnyTagClassName
{
color: #23A141;
}
</style>
background-color css
<style>
a { background-color: #23A141; }
a { background-color: rgb(35,161,65); }
div.DivClassName
{
background-color: #23A141;
}
.BgClassName
{
background-color: #23A141;
}
</style>
border-color css
<style>
span { border-color: #23A141; }
span { border-color: rgb(35,161,65); }
td.TdClassName
{
border-color: #23A141;
}
.TagClassName
{
border-color: #23A141;
}
</style>