Shades of Dark Pastel Green #20B73B
Tints of Dark Pastel Green #20B73B
RGB
CMYK
RGB Variations
Color information
#20B73B (or 0x20B73B) is known color: Dark Pastel Green. HEX triplet: 20, B7 and 3B. RGB value is (32,183,59). Sum of RGB (Red+Green+Blue) = 32+183+59=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 183 (71.88% from 255 or 66.79% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 183 - color contains mainly: green. Hex color #20B73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B73B is #DF48C4. Grayscale: #7C7C7C. Windows color (decimal): -14633157 or 3913504. OLE color: 3913504.
HSL color Cylindrical-coordinate representation of color #20B73B: hue angle of 130.73º 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 #20B73B is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 59 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.28 |
| HSL | 130.73º | 0.7% | 0.42% | - |
| HSV(B) | 130.73º | 0.83% | 0.72% | - |
| XYZ | 18.32 | 34.49 | 9.83 | - |
| YUV | 123.72 | 91.47 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 59 | 0.83 | 0 | 0.68 | 0.28 | 130.73 | 0.7 | 0.42 |
| Hex | 20 | B7 | 3B | 53 | 0 | 44 | 1C | 83 | 46 | 2A |
| Octal | 40 | 267 | 73 | 123 | 0 | 104 | 34 | 203 | 106 | 52 |
| Binary | 100000 | 10110111 | 111011 | 1010011 | 0 | 1000100 | 11100 | 10000011 | 1000110 | 101010 |
Color Harmonies of #20B73B
Complementary color
Monochromatic Colors of #20B73B
Black with #20B73B
Text Example
Text Example
White with #20B73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B73B; }
p { color: rgb(32,183,59); }
H1.HeaderClassName
{
color: #20B73B;
}
.AnyTagClassName
{
color: #20B73B;
}
</style>
background-color css
<style>
a { background-color: #20B73B; }
a { background-color: rgb(32,183,59); }
div.DivClassName
{
background-color: #20B73B;
}
.BgClassName
{
background-color: #20B73B;
}
</style>
border-color css
<style>
span { border-color: #20B73B; }
span { border-color: rgb(32,183,59); }
td.TdClassName
{
border-color: #20B73B;
}
.TagClassName
{
border-color: #20B73B;
}
</style>