Shades of Sea Green #218E41
Tints of Sea Green #218E41
RGB
CMYK
RGB Variations
Color information
#218E41 (or 0x218E41) is known color: Sea Green. HEX triplet: 21, 8E and 41. RGB value is (33,142,65). Sum of RGB (Red+Green+Blue) = 33+142+65=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 142 (55.86% from 255 or 59.17% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 142 - color contains mainly: green. Hex color #218E41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218E41 is #DE71BE. Grayscale: #646464. Windows color (decimal): -14578111 or 4296225. OLE color: 4296225.
HSL color Cylindrical-coordinate representation of color #218E41: hue angle of 137.61º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E41 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 65 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.44 |
| HSL | 137.61º | 0.62% | 0.34% | - |
| HSV(B) | 137.61º | 0.77% | 0.56% | - |
| XYZ | 11.25 | 20.05 | 8.28 | - |
| YUV | 100.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 65 | 0.77 | 0 | 0.54 | 0.44 | 137.61 | 0.62 | 0.34 |
| Hex | 21 | 8E | 41 | 4D | 0 | 36 | 2C | 8A | 3E | 22 |
| Octal | 41 | 216 | 101 | 115 | 0 | 66 | 54 | 212 | 76 | 42 |
| Binary | 100001 | 10001110 | 1000001 | 1001101 | 0 | 110110 | 101100 | 10001010 | 111110 | 100010 |
Color Harmonies of #218E41
Complementary color
Monochromatic Colors of #218E41
Black with #218E41
Text Example
Text Example
White with #218E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E41; }
p { color: rgb(33,142,65); }
H1.HeaderClassName
{
color: #218E41;
}
.AnyTagClassName
{
color: #218E41;
}
</style>
background-color css
<style>
a { background-color: #218E41; }
a { background-color: rgb(33,142,65); }
div.DivClassName
{
background-color: #218E41;
}
.BgClassName
{
background-color: #218E41;
}
</style>
border-color css
<style>
span { border-color: #218E41; }
span { border-color: rgb(33,142,65); }
td.TdClassName
{
border-color: #218E41;
}
.TagClassName
{
border-color: #218E41;
}
</style>