Shades of Sea Green #219C40
Tints of Sea Green #219C40
RGB
CMYK
RGB Variations
Color information
#219C40 (or 0x219C40) is known color: Sea Green. HEX triplet: 21, 9C and 40. RGB value is (33,156,64). Sum of RGB (Red+Green+Blue) = 33+156+64=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #219C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219C40 is #DE63BF. Grayscale: #6C6C6C. Windows color (decimal): -14574528 or 4234273. OLE color: 4234273.
HSL color Cylindrical-coordinate representation of color #219C40: hue angle of 135.12º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C40 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 64 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.39 |
| HSL | 135.12º | 0.65% | 0.37% | - |
| HSV(B) | 135.12º | 0.79% | 0.61% | - |
| XYZ | 13.44 | 24.47 | 8.87 | - |
| YUV | 108.74 | 102.75 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 64 | 0.79 | 0 | 0.59 | 0.39 | 135.12 | 0.65 | 0.37 |
| Hex | 21 | 9C | 40 | 4F | 0 | 3B | 27 | 87 | 41 | 25 |
| Octal | 41 | 234 | 100 | 117 | 0 | 73 | 47 | 207 | 101 | 45 |
| Binary | 100001 | 10011100 | 1000000 | 1001111 | 0 | 111011 | 100111 | 10000111 | 1000001 | 100101 |
Color Harmonies of #219C40
Complementary color
Monochromatic Colors of #219C40
Black with #219C40
Text Example
Text Example
White with #219C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C40; }
p { color: rgb(33,156,64); }
H1.HeaderClassName
{
color: #219C40;
}
.AnyTagClassName
{
color: #219C40;
}
</style>
background-color css
<style>
a { background-color: #219C40; }
a { background-color: rgb(33,156,64); }
div.DivClassName
{
background-color: #219C40;
}
.BgClassName
{
background-color: #219C40;
}
</style>
border-color css
<style>
span { border-color: #219C40; }
span { border-color: rgb(33,156,64); }
td.TdClassName
{
border-color: #219C40;
}
.TagClassName
{
border-color: #219C40;
}
</style>