Shades of Sea Green #218B47
Tints of Sea Green #218B47
RGB
CMYK
RGB Variations
Color information
#218B47 (or 0x218B47) is known color: Sea Green. HEX triplet: 21, 8B and 47. RGB value is (33,139,71). Sum of RGB (Red+Green+Blue) = 33+139+71=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #218B47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218B47 is #DE74B8. Grayscale: #636363. Windows color (decimal): -14578873 or 4688673. OLE color: 4688673.
HSL color Cylindrical-coordinate representation of color #218B47: hue angle of 141.51º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218B47 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 71 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.45 |
| HSL | 141.51º | 0.62% | 0.34% | - |
| HSV(B) | 141.51º | 0.76% | 0.55% | - |
| XYZ | 11 | 19.24 | 9.1 | - |
| YUV | 99.55 | 111.88 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 71 | 0.76 | 0 | 0.49 | 0.45 | 141.51 | 0.62 | 0.34 |
| Hex | 21 | 8B | 47 | 4C | 0 | 31 | 2D | 8E | 3E | 22 |
| Octal | 41 | 213 | 107 | 114 | 0 | 61 | 55 | 216 | 76 | 42 |
| Binary | 100001 | 10001011 | 1000111 | 1001100 | 0 | 110001 | 101101 | 10001110 | 111110 | 100010 |
Color Harmonies of #218B47
Complementary color
Monochromatic Colors of #218B47
Black with #218B47
Text Example
Text Example
White with #218B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B47; }
p { color: rgb(33,139,71); }
H1.HeaderClassName
{
color: #218B47;
}
.AnyTagClassName
{
color: #218B47;
}
</style>
background-color css
<style>
a { background-color: #218B47; }
a { background-color: rgb(33,139,71); }
div.DivClassName
{
background-color: #218B47;
}
.BgClassName
{
background-color: #218B47;
}
</style>
border-color css
<style>
span { border-color: #218B47; }
span { border-color: rgb(33,139,71); }
td.TdClassName
{
border-color: #218B47;
}
.TagClassName
{
border-color: #218B47;
}
</style>