Shades of Sea Green #218945
Tints of Sea Green #218945
RGB
CMYK
RGB Variations
Color information
#218945 (or 0x218945) is known color: Sea Green. HEX triplet: 21, 89 and 45. RGB value is (33,137,69). Sum of RGB (Red+Green+Blue) = 33+137+69=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #218945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218945 is #DE76BA. Grayscale: #626262. Windows color (decimal): -14579387 or 4557089. OLE color: 4557089.
HSL color Cylindrical-coordinate representation of color #218945: hue angle of 140.77º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218945 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 69 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.46 |
| HSL | 140.77º | 0.61% | 0.33% | - |
| HSV(B) | 140.77º | 0.76% | 0.54% | - |
| XYZ | 10.65 | 18.64 | 8.67 | - |
| YUV | 98.15 | 111.54 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 69 | 0.76 | 0 | 0.50 | 0.46 | 140.77 | 0.61 | 0.33 |
| Hex | 21 | 89 | 45 | 4C | 0 | 32 | 2E | 8D | 3D | 21 |
| Octal | 41 | 211 | 105 | 114 | 0 | 62 | 56 | 215 | 75 | 41 |
| Binary | 100001 | 10001001 | 1000101 | 1001100 | 0 | 110010 | 101110 | 10001101 | 111101 | 100001 |
Color Harmonies of #218945
Complementary color
Monochromatic Colors of #218945
Black with #218945
Text Example
Text Example
White with #218945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218945; }
p { color: rgb(33,137,69); }
H1.HeaderClassName
{
color: #218945;
}
.AnyTagClassName
{
color: #218945;
}
</style>
background-color css
<style>
a { background-color: #218945; }
a { background-color: rgb(33,137,69); }
div.DivClassName
{
background-color: #218945;
}
.BgClassName
{
background-color: #218945;
}
</style>
border-color css
<style>
span { border-color: #218945; }
span { border-color: rgb(33,137,69); }
td.TdClassName
{
border-color: #218945;
}
.TagClassName
{
border-color: #218945;
}
</style>