Shades of Jungle Green #21A27A
Tints of Jungle Green #21A27A
RGB
CMYK
RGB Variations
Color information
#21A27A (or 0x21A27A) is known color: Jungle Green. HEX triplet: 21, A2 and 7A. RGB value is (33,162,122). Sum of RGB (Red+Green+Blue) = 33+162+122=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #21A27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A27A is #DE5D85. Grayscale: #767676. Windows color (decimal): -14572934 or 8036897. OLE color: 8036897.
HSL color Cylindrical-coordinate representation of color #21A27A: hue angle of 161.4º 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 #21A27A is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 122 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.36 |
| HSL | 161.4º | 0.66% | 0.38% | - |
| HSV(B) | 161.4º | 0.8% | 0.64% | - |
| XYZ | 17.06 | 27.57 | 22.83 | - |
| YUV | 118.87 | 129.76 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 122 | 0.80 | 0 | 0.25 | 0.36 | 161.4 | 0.66 | 0.38 |
| Hex | 21 | A2 | 7A | 50 | 0 | 19 | 24 | A1 | 42 | 26 |
| Octal | 41 | 242 | 172 | 120 | 0 | 31 | 44 | 241 | 102 | 46 |
| Binary | 100001 | 10100010 | 1111010 | 1010000 | 0 | 11001 | 100100 | 10100001 | 1000010 | 100110 |
Color Harmonies of #21A27A
Complementary color
Monochromatic Colors of #21A27A
Black with #21A27A
Text Example
Text Example
White with #21A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A27A; }
p { color: rgb(33,162,122); }
H1.HeaderClassName
{
color: #21A27A;
}
.AnyTagClassName
{
color: #21A27A;
}
</style>
background-color css
<style>
a { background-color: #21A27A; }
a { background-color: rgb(33,162,122); }
div.DivClassName
{
background-color: #21A27A;
}
.BgClassName
{
background-color: #21A27A;
}
</style>
border-color css
<style>
span { border-color: #21A27A; }
span { border-color: rgb(33,162,122); }
td.TdClassName
{
border-color: #21A27A;
}
.TagClassName
{
border-color: #21A27A;
}
</style>