Shades of Sea Green #218B3D
Tints of Sea Green #218B3D
RGB
CMYK
RGB Variations
Color information
#218B3D (or 0x218B3D) is known color: Sea Green. HEX triplet: 21, 8B and 3D. RGB value is (33,139,61). Sum of RGB (Red+Green+Blue) = 33+139+61=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #218B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218B3D is #DE74C2. Grayscale: #626262. Windows color (decimal): -14578883 or 4033313. OLE color: 4033313.
HSL color Cylindrical-coordinate representation of color #218B3D: hue angle of 135.85º 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 #218B3D is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 61 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.45 |
| HSL | 135.85º | 0.62% | 0.34% | - |
| HSV(B) | 135.85º | 0.76% | 0.55% | - |
| XYZ | 10.7 | 19.13 | 7.54 | - |
| YUV | 98.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 61 | 0.76 | 0 | 0.56 | 0.45 | 135.85 | 0.62 | 0.34 |
| Hex | 21 | 8B | 3D | 4C | 0 | 38 | 2D | 88 | 3E | 22 |
| Octal | 41 | 213 | 75 | 114 | 0 | 70 | 55 | 210 | 76 | 42 |
| Binary | 100001 | 10001011 | 111101 | 1001100 | 0 | 111000 | 101101 | 10001000 | 111110 | 100010 |
Color Harmonies of #218B3D
Complementary color
Monochromatic Colors of #218B3D
Black with #218B3D
Text Example
Text Example
White with #218B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B3D; }
p { color: rgb(33,139,61); }
H1.HeaderClassName
{
color: #218B3D;
}
.AnyTagClassName
{
color: #218B3D;
}
</style>
background-color css
<style>
a { background-color: #218B3D; }
a { background-color: rgb(33,139,61); }
div.DivClassName
{
background-color: #218B3D;
}
.BgClassName
{
background-color: #218B3D;
}
</style>
border-color css
<style>
span { border-color: #218B3D; }
span { border-color: rgb(33,139,61); }
td.TdClassName
{
border-color: #218B3D;
}
.TagClassName
{
border-color: #218B3D;
}
</style>