Shades of Sea Green #20964D
Tints of Sea Green #20964D
RGB
CMYK
RGB Variations
Color information
#20964D (or 0x20964D) is known color: Sea Green. HEX triplet: 20, 96 and 4D. RGB value is (32,150,77). Sum of RGB (Red+Green+Blue) = 32+150+77=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #20964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20964D is #DF69B2. Grayscale: #6A6A6A. Windows color (decimal): -14641587 or 5084704. OLE color: 5084704.
HSL color Cylindrical-coordinate representation of color #20964D: hue angle of 142.88º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20964D is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 77 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.41 |
| HSL | 142.88º | 0.65% | 0.36% | - |
| HSV(B) | 142.88º | 0.79% | 0.59% | - |
| XYZ | 12.84 | 22.66 | 10.72 | - |
| YUV | 106.4 | 111.41 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 77 | 0.79 | 0 | 0.49 | 0.41 | 142.88 | 0.65 | 0.36 |
| Hex | 20 | 96 | 4D | 4F | 0 | 31 | 29 | 8F | 41 | 24 |
| Octal | 40 | 226 | 115 | 117 | 0 | 61 | 51 | 217 | 101 | 44 |
| Binary | 100000 | 10010110 | 1001101 | 1001111 | 0 | 110001 | 101001 | 10001111 | 1000001 | 100100 |
Color Harmonies of #20964D
Complementary color
Monochromatic Colors of #20964D
Black with #20964D
Text Example
Text Example
White with #20964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20964D; }
p { color: rgb(32,150,77); }
H1.HeaderClassName
{
color: #20964D;
}
.AnyTagClassName
{
color: #20964D;
}
</style>
background-color css
<style>
a { background-color: #20964D; }
a { background-color: rgb(32,150,77); }
div.DivClassName
{
background-color: #20964D;
}
.BgClassName
{
background-color: #20964D;
}
</style>
border-color css
<style>
span { border-color: #20964D; }
span { border-color: rgb(32,150,77); }
td.TdClassName
{
border-color: #20964D;
}
.TagClassName
{
border-color: #20964D;
}
</style>