Shades of Dark Pastel Green #20BF42
Tints of Dark Pastel Green #20BF42
RGB
CMYK
RGB Variations
Color information
#20BF42 (or 0x20BF42) is known color: Dark Pastel Green. HEX triplet: 20, BF and 42. RGB value is (32,191,66). Sum of RGB (Red+Green+Blue) = 32+191+66=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF42 is #DF40BD. Grayscale: #818181. Windows color (decimal): -14631102 or 4374304. OLE color: 4374304.
HSL color Cylindrical-coordinate representation of color #20BF42: hue angle of 132.83º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BF42 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 66 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.25 |
| HSL | 132.83º | 0.71% | 0.44% | - |
| HSV(B) | 132.83º | 0.83% | 0.75% | - |
| XYZ | 20.21 | 37.96 | 11.42 | - |
| YUV | 129.21 | 92.32 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 66 | 0.83 | 0 | 0.65 | 0.25 | 132.83 | 0.71 | 0.44 |
| Hex | 20 | BF | 42 | 53 | 0 | 41 | 19 | 85 | 47 | 2C |
| Octal | 40 | 277 | 102 | 123 | 0 | 101 | 31 | 205 | 107 | 54 |
| Binary | 100000 | 10111111 | 1000010 | 1010011 | 0 | 1000001 | 11001 | 10000101 | 1000111 | 101100 |
Color Harmonies of #20BF42
Complementary color
Monochromatic Colors of #20BF42
Black with #20BF42
Text Example
Text Example
White with #20BF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF42; }
p { color: rgb(32,191,66); }
H1.HeaderClassName
{
color: #20BF42;
}
.AnyTagClassName
{
color: #20BF42;
}
</style>
background-color css
<style>
a { background-color: #20BF42; }
a { background-color: rgb(32,191,66); }
div.DivClassName
{
background-color: #20BF42;
}
.BgClassName
{
background-color: #20BF42;
}
</style>
border-color css
<style>
span { border-color: #20BF42; }
span { border-color: rgb(32,191,66); }
td.TdClassName
{
border-color: #20BF42;
}
.TagClassName
{
border-color: #20BF42;
}
</style>