Shades of Jungle Green #21A77D
Tints of Jungle Green #21A77D
RGB
CMYK
RGB Variations
Color information
#21A77D (or 0x21A77D) is known color: Jungle Green. HEX triplet: 21, A7 and 7D. RGB value is (33,167,125). Sum of RGB (Red+Green+Blue) = 33+167+125=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #21A77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A77D is #DE5882. Grayscale: #7A7A7A. Windows color (decimal): -14571651 or 8234785. OLE color: 8234785.
HSL color Cylindrical-coordinate representation of color #21A77D: hue angle of 161.19º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A77D is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 167 | 125 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.35 |
| HSL | 161.19º | 0.67% | 0.39% | - |
| HSV(B) | 161.19º | 0.8% | 0.65% | - |
| XYZ | 18.15 | 29.44 | 24.13 | - |
| YUV | 122.15 | 129.61 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 167 | 125 | 0.80 | 0 | 0.25 | 0.35 | 161.19 | 0.67 | 0.39 |
| Hex | 21 | A7 | 7D | 50 | 0 | 19 | 23 | A1 | 43 | 27 |
| Octal | 41 | 247 | 175 | 120 | 0 | 31 | 43 | 241 | 103 | 47 |
| Binary | 100001 | 10100111 | 1111101 | 1010000 | 0 | 11001 | 100011 | 10100001 | 1000011 | 100111 |
Color Harmonies of #21A77D
Complementary color
Monochromatic Colors of #21A77D
Black with #21A77D
Text Example
Text Example
White with #21A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A77D; }
p { color: rgb(33,167,125); }
H1.HeaderClassName
{
color: #21A77D;
}
.AnyTagClassName
{
color: #21A77D;
}
</style>
background-color css
<style>
a { background-color: #21A77D; }
a { background-color: rgb(33,167,125); }
div.DivClassName
{
background-color: #21A77D;
}
.BgClassName
{
background-color: #21A77D;
}
</style>
border-color css
<style>
span { border-color: #21A77D; }
span { border-color: rgb(33,167,125); }
td.TdClassName
{
border-color: #21A77D;
}
.TagClassName
{
border-color: #21A77D;
}
</style>