Shades of Sea Green #218F41
Tints of Sea Green #218F41
RGB
CMYK
RGB Variations
Color information
#218F41 (or 0x218F41) is known color: Sea Green. HEX triplet: 21, 8F and 41. RGB value is (33,143,65). Sum of RGB (Red+Green+Blue) = 33+143+65=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #218F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F41 is #DE70BE. Grayscale: #656565. Windows color (decimal): -14577855 or 4296481. OLE color: 4296481.
HSL color Cylindrical-coordinate representation of color #218F41: hue angle of 137.45º 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 #218F41 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 65 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.44 |
| HSL | 137.45º | 0.63% | 0.35% | - |
| HSV(B) | 137.45º | 0.77% | 0.56% | - |
| XYZ | 11.4 | 20.35 | 8.33 | - |
| YUV | 101.22 | 107.56 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 65 | 0.77 | 0 | 0.55 | 0.44 | 137.45 | 0.63 | 0.35 |
| Hex | 21 | 8F | 41 | 4D | 0 | 37 | 2C | 89 | 3E | 23 |
| Octal | 41 | 217 | 101 | 115 | 0 | 67 | 54 | 211 | 76 | 43 |
| Binary | 100001 | 10001111 | 1000001 | 1001101 | 0 | 110111 | 101100 | 10001001 | 111110 | 100011 |
Color Harmonies of #218F41
Complementary color
Monochromatic Colors of #218F41
Black with #218F41
Text Example
Text Example
White with #218F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F41; }
p { color: rgb(33,143,65); }
H1.HeaderClassName
{
color: #218F41;
}
.AnyTagClassName
{
color: #218F41;
}
</style>
background-color css
<style>
a { background-color: #218F41; }
a { background-color: rgb(33,143,65); }
div.DivClassName
{
background-color: #218F41;
}
.BgClassName
{
background-color: #218F41;
}
</style>
border-color css
<style>
span { border-color: #218F41; }
span { border-color: rgb(33,143,65); }
td.TdClassName
{
border-color: #218F41;
}
.TagClassName
{
border-color: #218F41;
}
</style>