Shades of Sea Green #21A241
Tints of Sea Green #21A241
RGB
CMYK
RGB Variations
Color information
#21A241 (or 0x21A241) is known color: Sea Green. HEX triplet: 21, A2 and 41. RGB value is (33,162,65). Sum of RGB (Red+Green+Blue) = 33+162+65=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 162 (63.67% from 255 or 62.31% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 162 - color contains mainly: green. Hex color #21A241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A241 is #DE5DBE. Grayscale: #707070. Windows color (decimal): -14572991 or 4301345. OLE color: 4301345.
HSL color Cylindrical-coordinate representation of color #21A241: hue angle of 134.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A241 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 65 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.36 |
| HSL | 134.88º | 0.66% | 0.38% | - |
| HSV(B) | 134.88º | 0.8% | 0.64% | - |
| XYZ | 14.5 | 26.55 | 9.36 | - |
| YUV | 112.37 | 101.26 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 65 | 0.80 | 0 | 0.60 | 0.36 | 134.88 | 0.66 | 0.38 |
| Hex | 21 | A2 | 41 | 50 | 0 | 3C | 24 | 87 | 42 | 26 |
| Octal | 41 | 242 | 101 | 120 | 0 | 74 | 44 | 207 | 102 | 46 |
| Binary | 100001 | 10100010 | 1000001 | 1010000 | 0 | 111100 | 100100 | 10000111 | 1000010 | 100110 |
Color Harmonies of #21A241
Complementary color
Monochromatic Colors of #21A241
Black with #21A241
Text Example
Text Example
White with #21A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A241; }
p { color: rgb(33,162,65); }
H1.HeaderClassName
{
color: #21A241;
}
.AnyTagClassName
{
color: #21A241;
}
</style>
background-color css
<style>
a { background-color: #21A241; }
a { background-color: rgb(33,162,65); }
div.DivClassName
{
background-color: #21A241;
}
.BgClassName
{
background-color: #21A241;
}
</style>
border-color css
<style>
span { border-color: #21A241; }
span { border-color: rgb(33,162,65); }
td.TdClassName
{
border-color: #21A241;
}
.TagClassName
{
border-color: #21A241;
}
</style>