Shades of Sea Green #218D42
Tints of Sea Green #218D42
RGB
CMYK
RGB Variations
Color information
#218D42 (or 0x218D42) is known color: Sea Green. HEX triplet: 21, 8D and 42. RGB value is (33,141,66). Sum of RGB (Red+Green+Blue) = 33+141+66=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #218D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D42 is #DE72BD. Grayscale: #646464. Windows color (decimal): -14578366 or 4361505. OLE color: 4361505.
HSL color Cylindrical-coordinate representation of color #218D42: hue angle of 138.33º 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 #218D42 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 66 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.45 |
| HSL | 138.33º | 0.62% | 0.34% | - |
| HSV(B) | 138.33º | 0.77% | 0.55% | - |
| XYZ | 11.14 | 19.77 | 8.38 | - |
| YUV | 100.16 | 108.72 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 66 | 0.77 | 0 | 0.53 | 0.45 | 138.33 | 0.62 | 0.34 |
| Hex | 21 | 8D | 42 | 4D | 0 | 35 | 2D | 8A | 3E | 22 |
| Octal | 41 | 215 | 102 | 115 | 0 | 65 | 55 | 212 | 76 | 42 |
| Binary | 100001 | 10001101 | 1000010 | 1001101 | 0 | 110101 | 101101 | 10001010 | 111110 | 100010 |
Color Harmonies of #218D42
Complementary color
Monochromatic Colors of #218D42
Black with #218D42
Text Example
Text Example
White with #218D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D42; }
p { color: rgb(33,141,66); }
H1.HeaderClassName
{
color: #218D42;
}
.AnyTagClassName
{
color: #218D42;
}
</style>
background-color css
<style>
a { background-color: #218D42; }
a { background-color: rgb(33,141,66); }
div.DivClassName
{
background-color: #218D42;
}
.BgClassName
{
background-color: #218D42;
}
</style>
border-color css
<style>
span { border-color: #218D42; }
span { border-color: rgb(33,141,66); }
td.TdClassName
{
border-color: #218D42;
}
.TagClassName
{
border-color: #218D42;
}
</style>