Shades of Sea Green #218F40
Tints of Sea Green #218F40
RGB
CMYK
RGB Variations
Color information
#218F40 (or 0x218F40) is known color: Sea Green. HEX triplet: 21, 8F and 40. RGB value is (33,143,64). Sum of RGB (Red+Green+Blue) = 33+143+64=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 143 (56.25% from 255 or 59.58% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 143 - color contains mainly: green. Hex color #218F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F40 is #DE70BF. Grayscale: #656565. Windows color (decimal): -14577856 or 4230945. OLE color: 4230945.
HSL color Cylindrical-coordinate representation of color #218F40: hue angle of 136.91º 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 #218F40 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 64 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.44 |
| HSL | 136.91º | 0.63% | 0.35% | - |
| HSV(B) | 136.91º | 0.77% | 0.56% | - |
| XYZ | 11.38 | 20.34 | 8.18 | - |
| YUV | 101.1 | 107.06 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 64 | 0.77 | 0 | 0.55 | 0.44 | 136.91 | 0.63 | 0.35 |
| Hex | 21 | 8F | 40 | 4D | 0 | 37 | 2C | 89 | 3E | 23 |
| Octal | 41 | 217 | 100 | 115 | 0 | 67 | 54 | 211 | 76 | 43 |
| Binary | 100001 | 10001111 | 1000000 | 1001101 | 0 | 110111 | 101100 | 10001001 | 111110 | 100011 |
Color Harmonies of #218F40
Complementary color
Monochromatic Colors of #218F40
Black with #218F40
Text Example
Text Example
White with #218F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F40; }
p { color: rgb(33,143,64); }
H1.HeaderClassName
{
color: #218F40;
}
.AnyTagClassName
{
color: #218F40;
}
</style>
background-color css
<style>
a { background-color: #218F40; }
a { background-color: rgb(33,143,64); }
div.DivClassName
{
background-color: #218F40;
}
.BgClassName
{
background-color: #218F40;
}
</style>
border-color css
<style>
span { border-color: #218F40; }
span { border-color: rgb(33,143,64); }
td.TdClassName
{
border-color: #218F40;
}
.TagClassName
{
border-color: #218F40;
}
</style>