Shades of Jungle Green #21A46F
Tints of Jungle Green #21A46F
RGB
CMYK
RGB Variations
Color information
#21A46F (or 0x21A46F) is known color: Jungle Green. HEX triplet: 21, A4 and 6F. RGB value is (33,164,111). Sum of RGB (Red+Green+Blue) = 33+164+111=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #21A46F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A46F is #DE5B90. Grayscale: #767676. Windows color (decimal): -14572433 or 7316513. OLE color: 7316513.
HSL color Cylindrical-coordinate representation of color #21A46F: hue angle of 155.73º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A46F is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 111 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.36 |
| HSL | 155.73º | 0.66% | 0.39% | - |
| HSV(B) | 155.73º | 0.8% | 0.64% | - |
| XYZ | 16.77 | 28.02 | 19.56 | - |
| YUV | 118.79 | 123.6 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 111 | 0.80 | 0 | 0.32 | 0.36 | 155.73 | 0.66 | 0.39 |
| Hex | 21 | A4 | 6F | 50 | 0 | 20 | 24 | 9C | 42 | 27 |
| Octal | 41 | 244 | 157 | 120 | 0 | 40 | 44 | 234 | 102 | 47 |
| Binary | 100001 | 10100100 | 1101111 | 1010000 | 0 | 100000 | 100100 | 10011100 | 1000010 | 100111 |
Color Harmonies of #21A46F
Complementary color
Monochromatic Colors of #21A46F
Black with #21A46F
Text Example
Text Example
White with #21A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A46F; }
p { color: rgb(33,164,111); }
H1.HeaderClassName
{
color: #21A46F;
}
.AnyTagClassName
{
color: #21A46F;
}
</style>
background-color css
<style>
a { background-color: #21A46F; }
a { background-color: rgb(33,164,111); }
div.DivClassName
{
background-color: #21A46F;
}
.BgClassName
{
background-color: #21A46F;
}
</style>
border-color css
<style>
span { border-color: #21A46F; }
span { border-color: rgb(33,164,111); }
td.TdClassName
{
border-color: #21A46F;
}
.TagClassName
{
border-color: #21A46F;
}
</style>