Shades of Jungle Green #21A078
Tints of Jungle Green #21A078
RGB
CMYK
RGB Variations
Color information
#21A078 (or 0x21A078) is known color: Jungle Green. HEX triplet: 21, A0 and 78. RGB value is (33,160,120). Sum of RGB (Red+Green+Blue) = 33+160+120=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #21A078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A078 is #DE5F87. Grayscale: #757575. Windows color (decimal): -14573448 or 7905313. OLE color: 7905313.
HSL color Cylindrical-coordinate representation of color #21A078: hue angle of 161.1º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A078 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 120 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.37 |
| HSL | 161.1º | 0.66% | 0.38% | - |
| HSV(B) | 161.1º | 0.79% | 0.63% | - |
| XYZ | 16.59 | 26.82 | 22.07 | - |
| YUV | 117.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 120 | 0.79 | 0 | 0.25 | 0.37 | 161.1 | 0.66 | 0.38 |
| Hex | 21 | A0 | 78 | 4F | 0 | 19 | 25 | A1 | 42 | 26 |
| Octal | 41 | 240 | 170 | 117 | 0 | 31 | 45 | 241 | 102 | 46 |
| Binary | 100001 | 10100000 | 1111000 | 1001111 | 0 | 11001 | 100101 | 10100001 | 1000010 | 100110 |
Color Harmonies of #21A078
Complementary color
Monochromatic Colors of #21A078
Black with #21A078
Text Example
Text Example
White with #21A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A078; }
p { color: rgb(33,160,120); }
H1.HeaderClassName
{
color: #21A078;
}
.AnyTagClassName
{
color: #21A078;
}
</style>
background-color css
<style>
a { background-color: #21A078; }
a { background-color: rgb(33,160,120); }
div.DivClassName
{
background-color: #21A078;
}
.BgClassName
{
background-color: #21A078;
}
</style>
border-color css
<style>
span { border-color: #21A078; }
span { border-color: rgb(33,160,120); }
td.TdClassName
{
border-color: #21A078;
}
.TagClassName
{
border-color: #21A078;
}
</style>