Shades of Sea Green #218F42
Tints of Sea Green #218F42
RGB
CMYK
RGB Variations
Color information
#218F42 (or 0x218F42) is known color: Sea Green. HEX triplet: 21, 8F and 42. RGB value is (33,143,66). Sum of RGB (Red+Green+Blue) = 33+143+66=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #218F42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F42 is #DE70BD. Grayscale: #656565. Windows color (decimal): -14577854 or 4362017. OLE color: 4362017.
HSL color Cylindrical-coordinate representation of color #218F42: hue angle of 138º 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 #218F42 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 66 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.44 |
| HSL | 138º | 0.63% | 0.35% | - |
| HSV(B) | 138º | 0.77% | 0.56% | - |
| XYZ | 11.43 | 20.36 | 8.48 | - |
| YUV | 101.33 | 108.06 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 66 | 0.77 | 0 | 0.54 | 0.44 | 138 | 0.63 | 0.35 |
| Hex | 21 | 8F | 42 | 4D | 0 | 36 | 2C | 8A | 3E | 23 |
| Octal | 41 | 217 | 102 | 115 | 0 | 66 | 54 | 212 | 76 | 43 |
| Binary | 100001 | 10001111 | 1000010 | 1001101 | 0 | 110110 | 101100 | 10001010 | 111110 | 100011 |
Color Harmonies of #218F42
Complementary color
Monochromatic Colors of #218F42
Black with #218F42
Text Example
Text Example
White with #218F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F42; }
p { color: rgb(33,143,66); }
H1.HeaderClassName
{
color: #218F42;
}
.AnyTagClassName
{
color: #218F42;
}
</style>
background-color css
<style>
a { background-color: #218F42; }
a { background-color: rgb(33,143,66); }
div.DivClassName
{
background-color: #218F42;
}
.BgClassName
{
background-color: #218F42;
}
</style>
border-color css
<style>
span { border-color: #218F42; }
span { border-color: rgb(33,143,66); }
td.TdClassName
{
border-color: #218F42;
}
.TagClassName
{
border-color: #218F42;
}
</style>