Shades of Sea Green #21963F
Tints of Sea Green #21963F
RGB
CMYK
RGB Variations
Color information
#21963F (or 0x21963F) is known color: Sea Green. HEX triplet: 21, 96 and 3F. RGB value is (33,150,63). Sum of RGB (Red+Green+Blue) = 33+150+63=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #21963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21963F is #DE69C0. Grayscale: #696969. Windows color (decimal): -14576065 or 4167201. OLE color: 4167201.
HSL color Cylindrical-coordinate representation of color #21963F: hue angle of 135.38º 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 #21963F is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 150 | 63 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.41 |
| HSL | 135.38º | 0.64% | 0.36% | - |
| HSV(B) | 135.38º | 0.78% | 0.59% | - |
| XYZ | 12.43 | 22.49 | 8.39 | - |
| YUV | 105.1 | 104.24 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 63 | 0.78 | 0 | 0.58 | 0.41 | 135.38 | 0.64 | 0.36 |
| Hex | 21 | 96 | 3F | 4E | 0 | 3A | 29 | 87 | 40 | 24 |
| Octal | 41 | 226 | 77 | 116 | 0 | 72 | 51 | 207 | 100 | 44 |
| Binary | 100001 | 10010110 | 111111 | 1001110 | 0 | 111010 | 101001 | 10000111 | 1000000 | 100100 |
Color Harmonies of #21963F
Complementary color
Monochromatic Colors of #21963F
Black with #21963F
Text Example
Text Example
White with #21963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21963F; }
p { color: rgb(33,150,63); }
H1.HeaderClassName
{
color: #21963F;
}
.AnyTagClassName
{
color: #21963F;
}
</style>
background-color css
<style>
a { background-color: #21963F; }
a { background-color: rgb(33,150,63); }
div.DivClassName
{
background-color: #21963F;
}
.BgClassName
{
background-color: #21963F;
}
</style>
border-color css
<style>
span { border-color: #21963F; }
span { border-color: rgb(33,150,63); }
td.TdClassName
{
border-color: #21963F;
}
.TagClassName
{
border-color: #21963F;
}
</style>