Shades of Sea Green #218B3F
Tints of Sea Green #218B3F
RGB
CMYK
RGB Variations
Color information
#218B3F (or 0x218B3F) is known color: Sea Green. HEX triplet: 21, 8B and 3F. RGB value is (33,139,63). Sum of RGB (Red+Green+Blue) = 33+139+63=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #218B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218B3F is #DE74C0. Grayscale: #626262. Windows color (decimal): -14578881 or 4164385. OLE color: 4164385.
HSL color Cylindrical-coordinate representation of color #218B3F: hue angle of 136.98º 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 #218B3F is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 63 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.45 |
| HSL | 136.98º | 0.62% | 0.34% | - |
| HSV(B) | 136.98º | 0.76% | 0.55% | - |
| XYZ | 10.76 | 19.15 | 7.83 | - |
| YUV | 98.64 | 107.88 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 63 | 0.76 | 0 | 0.55 | 0.45 | 136.98 | 0.62 | 0.34 |
| Hex | 21 | 8B | 3F | 4C | 0 | 37 | 2D | 89 | 3E | 22 |
| Octal | 41 | 213 | 77 | 114 | 0 | 67 | 55 | 211 | 76 | 42 |
| Binary | 100001 | 10001011 | 111111 | 1001100 | 0 | 110111 | 101101 | 10001001 | 111110 | 100010 |
Color Harmonies of #218B3F
Complementary color
Monochromatic Colors of #218B3F
Black with #218B3F
Text Example
Text Example
White with #218B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B3F; }
p { color: rgb(33,139,63); }
H1.HeaderClassName
{
color: #218B3F;
}
.AnyTagClassName
{
color: #218B3F;
}
</style>
background-color css
<style>
a { background-color: #218B3F; }
a { background-color: rgb(33,139,63); }
div.DivClassName
{
background-color: #218B3F;
}
.BgClassName
{
background-color: #218B3F;
}
</style>
border-color css
<style>
span { border-color: #218B3F; }
span { border-color: rgb(33,139,63); }
td.TdClassName
{
border-color: #218B3F;
}
.TagClassName
{
border-color: #218B3F;
}
</style>