Shades of Dark Pastel Green #20B73A
Tints of Dark Pastel Green #20B73A
RGB
CMYK
RGB Variations
Color information
#20B73A (or 0x20B73A) is known color: Dark Pastel Green. HEX triplet: 20, B7 and 3A. RGB value is (32,183,58). Sum of RGB (Red+Green+Blue) = 32+183+58=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #20B73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B73A is #DF48C5. Grayscale: #7B7B7B. Windows color (decimal): -14633158 or 3847968. OLE color: 3847968.
HSL color Cylindrical-coordinate representation of color #20B73A: hue angle of 130.33º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B73A is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 58 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.28 |
| HSL | 130.33º | 0.7% | 0.42% | - |
| HSV(B) | 130.33º | 0.83% | 0.72% | - |
| XYZ | 18.29 | 34.48 | 9.69 | - |
| YUV | 123.6 | 90.97 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 58 | 0.83 | 0 | 0.68 | 0.28 | 130.33 | 0.7 | 0.42 |
| Hex | 20 | B7 | 3A | 53 | 0 | 44 | 1C | 82 | 46 | 2A |
| Octal | 40 | 267 | 72 | 123 | 0 | 104 | 34 | 202 | 106 | 52 |
| Binary | 100000 | 10110111 | 111010 | 1010011 | 0 | 1000100 | 11100 | 10000010 | 1000110 | 101010 |
Color Harmonies of #20B73A
Complementary color
Monochromatic Colors of #20B73A
Black with #20B73A
Text Example
Text Example
White with #20B73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B73A; }
p { color: rgb(32,183,58); }
H1.HeaderClassName
{
color: #20B73A;
}
.AnyTagClassName
{
color: #20B73A;
}
</style>
background-color css
<style>
a { background-color: #20B73A; }
a { background-color: rgb(32,183,58); }
div.DivClassName
{
background-color: #20B73A;
}
.BgClassName
{
background-color: #20B73A;
}
</style>
border-color css
<style>
span { border-color: #20B73A; }
span { border-color: rgb(32,183,58); }
td.TdClassName
{
border-color: #20B73A;
}
.TagClassName
{
border-color: #20B73A;
}
</style>