Shades of Sea Green #21964D
Tints of Sea Green #21964D
RGB
CMYK
RGB Variations
Color information
#21964D (or 0x21964D) is known color: Sea Green. HEX triplet: 21, 96 and 4D. RGB value is (33,150,77). Sum of RGB (Red+Green+Blue) = 33+150+77=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #21964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21964D is #DE69B2. Grayscale: #6A6A6A. Windows color (decimal): -14576051 or 5084705. OLE color: 5084705.
HSL color Cylindrical-coordinate representation of color #21964D: hue angle of 142.56º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21964D is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 150 | 77 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.41 |
| HSL | 142.56º | 0.64% | 0.36% | - |
| HSV(B) | 142.56º | 0.78% | 0.59% | - |
| XYZ | 12.87 | 22.67 | 10.72 | - |
| YUV | 106.7 | 111.24 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 77 | 0.78 | 0 | 0.49 | 0.41 | 142.56 | 0.64 | 0.36 |
| Hex | 21 | 96 | 4D | 4E | 0 | 31 | 29 | 8F | 40 | 24 |
| Octal | 41 | 226 | 115 | 116 | 0 | 61 | 51 | 217 | 100 | 44 |
| Binary | 100001 | 10010110 | 1001101 | 1001110 | 0 | 110001 | 101001 | 10001111 | 1000000 | 100100 |
Color Harmonies of #21964D
Complementary color
Monochromatic Colors of #21964D
Black with #21964D
Text Example
Text Example
White with #21964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21964D; }
p { color: rgb(33,150,77); }
H1.HeaderClassName
{
color: #21964D;
}
.AnyTagClassName
{
color: #21964D;
}
</style>
background-color css
<style>
a { background-color: #21964D; }
a { background-color: rgb(33,150,77); }
div.DivClassName
{
background-color: #21964D;
}
.BgClassName
{
background-color: #21964D;
}
</style>
border-color css
<style>
span { border-color: #21964D; }
span { border-color: rgb(33,150,77); }
td.TdClassName
{
border-color: #21964D;
}
.TagClassName
{
border-color: #21964D;
}
</style>