Shades of Sea Green #218D3F
Tints of Sea Green #218D3F
RGB
CMYK
RGB Variations
Color information
#218D3F (or 0x218D3F) is known color: Sea Green. HEX triplet: 21, 8D and 3F. RGB value is (33,141,63). Sum of RGB (Red+Green+Blue) = 33+141+63=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #218D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D3F is #DE72C0. Grayscale: #646464. Windows color (decimal): -14578369 or 4164897. OLE color: 4164897.
HSL color Cylindrical-coordinate representation of color #218D3F: hue angle of 136.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D3F is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 63 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.45 |
| HSL | 136.67º | 0.62% | 0.34% | - |
| HSV(B) | 136.67º | 0.77% | 0.55% | - |
| XYZ | 11.05 | 19.73 | 7.93 | - |
| YUV | 99.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 63 | 0.77 | 0 | 0.55 | 0.45 | 136.67 | 0.62 | 0.34 |
| Hex | 21 | 8D | 3F | 4D | 0 | 37 | 2D | 89 | 3E | 22 |
| Octal | 41 | 215 | 77 | 115 | 0 | 67 | 55 | 211 | 76 | 42 |
| Binary | 100001 | 10001101 | 111111 | 1001101 | 0 | 110111 | 101101 | 10001001 | 111110 | 100010 |
Color Harmonies of #218D3F
Complementary color
Monochromatic Colors of #218D3F
Black with #218D3F
Text Example
Text Example
White with #218D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D3F; }
p { color: rgb(33,141,63); }
H1.HeaderClassName
{
color: #218D3F;
}
.AnyTagClassName
{
color: #218D3F;
}
</style>
background-color css
<style>
a { background-color: #218D3F; }
a { background-color: rgb(33,141,63); }
div.DivClassName
{
background-color: #218D3F;
}
.BgClassName
{
background-color: #218D3F;
}
</style>
border-color css
<style>
span { border-color: #218D3F; }
span { border-color: rgb(33,141,63); }
td.TdClassName
{
border-color: #218D3F;
}
.TagClassName
{
border-color: #218D3F;
}
</style>