Shades of Jungle Green #20A378
Tints of Jungle Green #20A378
RGB
CMYK
RGB Variations
Color information
#20A378 (or 0x20A378) is known color: Jungle Green. HEX triplet: 20, A3 and 78. RGB value is (32,163,120). Sum of RGB (Red+Green+Blue) = 32+163+120=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #20A378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A378 is #DF5C87. Grayscale: #767676. Windows color (decimal): -14638216 or 7906080. OLE color: 7906080.
HSL color Cylindrical-coordinate representation of color #20A378: hue angle of 160.31º degrees, saturation: 0.67, 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 #20A378 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 163 | 120 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.36 |
| HSL | 160.31º | 0.67% | 0.38% | - |
| HSV(B) | 160.31º | 0.8% | 0.64% | - |
| XYZ | 17.08 | 27.86 | 22.25 | - |
| YUV | 118.93 | 128.6 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 120 | 0.80 | 0 | 0.26 | 0.36 | 160.31 | 0.67 | 0.38 |
| Hex | 20 | A3 | 78 | 50 | 0 | 1A | 24 | A0 | 43 | 26 |
| Octal | 40 | 243 | 170 | 120 | 0 | 32 | 44 | 240 | 103 | 46 |
| Binary | 100000 | 10100011 | 1111000 | 1010000 | 0 | 11010 | 100100 | 10100000 | 1000011 | 100110 |
Color Harmonies of #20A378
Complementary color
Monochromatic Colors of #20A378
Black with #20A378
Text Example
Text Example
White with #20A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A378; }
p { color: rgb(32,163,120); }
H1.HeaderClassName
{
color: #20A378;
}
.AnyTagClassName
{
color: #20A378;
}
</style>
background-color css
<style>
a { background-color: #20A378; }
a { background-color: rgb(32,163,120); }
div.DivClassName
{
background-color: #20A378;
}
.BgClassName
{
background-color: #20A378;
}
</style>
border-color css
<style>
span { border-color: #20A378; }
span { border-color: rgb(32,163,120); }
td.TdClassName
{
border-color: #20A378;
}
.TagClassName
{
border-color: #20A378;
}
</style>