Shades of Sea Green #218F45
Tints of Sea Green #218F45
RGB
CMYK
RGB Variations
Color information
#218F45 (or 0x218F45) is known color: Sea Green. HEX triplet: 21, 8F and 45. RGB value is (33,143,69). Sum of RGB (Red+Green+Blue) = 33+143+69=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 143 (56.25% from 255 or 58.37% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 143 - color contains mainly: green. Hex color #218F45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F45 is #DE70BA. Grayscale: #656565. Windows color (decimal): -14577851 or 4558625. OLE color: 4558625.
HSL color Cylindrical-coordinate representation of color #218F45: hue angle of 139.64º 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 #218F45 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 69 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.44 |
| HSL | 139.64º | 0.63% | 0.35% | - |
| HSV(B) | 139.64º | 0.77% | 0.56% | - |
| XYZ | 11.52 | 20.4 | 8.96 | - |
| YUV | 101.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 69 | 0.77 | 0 | 0.52 | 0.44 | 139.64 | 0.63 | 0.35 |
| Hex | 21 | 8F | 45 | 4D | 0 | 34 | 2C | 8C | 3E | 23 |
| Octal | 41 | 217 | 105 | 115 | 0 | 64 | 54 | 214 | 76 | 43 |
| Binary | 100001 | 10001111 | 1000101 | 1001101 | 0 | 110100 | 101100 | 10001100 | 111110 | 100011 |
Color Harmonies of #218F45
Complementary color
Monochromatic Colors of #218F45
Black with #218F45
Text Example
Text Example
White with #218F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F45; }
p { color: rgb(33,143,69); }
H1.HeaderClassName
{
color: #218F45;
}
.AnyTagClassName
{
color: #218F45;
}
</style>
background-color css
<style>
a { background-color: #218F45; }
a { background-color: rgb(33,143,69); }
div.DivClassName
{
background-color: #218F45;
}
.BgClassName
{
background-color: #218F45;
}
</style>
border-color css
<style>
span { border-color: #218F45; }
span { border-color: rgb(33,143,69); }
td.TdClassName
{
border-color: #218F45;
}
.TagClassName
{
border-color: #218F45;
}
</style>