Shades of Sea Green #218A41
Tints of Sea Green #218A41
RGB
CMYK
RGB Variations
Color information
#218A41 (or 0x218A41) is known color: Sea Green. HEX triplet: 21, 8A and 41. RGB value is (33,138,65). Sum of RGB (Red+Green+Blue) = 33+138+65=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #218A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A41 is #DE75BE. Grayscale: #626262. Windows color (decimal): -14579135 or 4295201. OLE color: 4295201.
HSL color Cylindrical-coordinate representation of color #218A41: hue angle of 138.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218A41 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 65 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.46 |
| HSL | 138.29º | 0.61% | 0.34% | - |
| HSV(B) | 138.29º | 0.76% | 0.54% | - |
| XYZ | 10.67 | 18.88 | 8.08 | - |
| YUV | 98.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 65 | 0.76 | 0 | 0.53 | 0.46 | 138.29 | 0.61 | 0.34 |
| Hex | 21 | 8A | 41 | 4C | 0 | 35 | 2E | 8A | 3D | 22 |
| Octal | 41 | 212 | 101 | 114 | 0 | 65 | 56 | 212 | 75 | 42 |
| Binary | 100001 | 10001010 | 1000001 | 1001100 | 0 | 110101 | 101110 | 10001010 | 111101 | 100010 |
Color Harmonies of #218A41
Complementary color
Monochromatic Colors of #218A41
Black with #218A41
Text Example
Text Example
White with #218A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A41; }
p { color: rgb(33,138,65); }
H1.HeaderClassName
{
color: #218A41;
}
.AnyTagClassName
{
color: #218A41;
}
</style>
background-color css
<style>
a { background-color: #218A41; }
a { background-color: rgb(33,138,65); }
div.DivClassName
{
background-color: #218A41;
}
.BgClassName
{
background-color: #218A41;
}
</style>
border-color css
<style>
span { border-color: #218A41; }
span { border-color: rgb(33,138,65); }
td.TdClassName
{
border-color: #218A41;
}
.TagClassName
{
border-color: #218A41;
}
</style>