Shades of Sea Green #218F49
Tints of Sea Green #218F49
RGB
CMYK
RGB Variations
Color information
#218F49 (or 0x218F49) is known color: Sea Green. HEX triplet: 21, 8F and 49. RGB value is (33,143,73). Sum of RGB (Red+Green+Blue) = 33+143+73=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #218F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F49 is #DE70B6. Grayscale: #666666. Windows color (decimal): -14577847 or 4820769. OLE color: 4820769.
HSL color Cylindrical-coordinate representation of color #218F49: hue angle of 141.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F49 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 73 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.44 |
| HSL | 141.82º | 0.63% | 0.35% | - |
| HSV(B) | 141.82º | 0.77% | 0.56% | - |
| XYZ | 11.65 | 20.45 | 9.64 | - |
| YUV | 102.13 | 111.56 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 73 | 0.77 | 0 | 0.49 | 0.44 | 141.82 | 0.63 | 0.35 |
| Hex | 21 | 8F | 49 | 4D | 0 | 31 | 2C | 8E | 3E | 23 |
| Octal | 41 | 217 | 111 | 115 | 0 | 61 | 54 | 216 | 76 | 43 |
| Binary | 100001 | 10001111 | 1001001 | 1001101 | 0 | 110001 | 101100 | 10001110 | 111110 | 100011 |
Color Harmonies of #218F49
Complementary color
Monochromatic Colors of #218F49
Black with #218F49
Text Example
Text Example
White with #218F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F49; }
p { color: rgb(33,143,73); }
H1.HeaderClassName
{
color: #218F49;
}
.AnyTagClassName
{
color: #218F49;
}
</style>
background-color css
<style>
a { background-color: #218F49; }
a { background-color: rgb(33,143,73); }
div.DivClassName
{
background-color: #218F49;
}
.BgClassName
{
background-color: #218F49;
}
</style>
border-color css
<style>
span { border-color: #218F49; }
span { border-color: rgb(33,143,73); }
td.TdClassName
{
border-color: #218F49;
}
.TagClassName
{
border-color: #218F49;
}
</style>