Shades of Dark Pastel Green #20B33F
Tints of Dark Pastel Green #20B33F
RGB
CMYK
RGB Variations
Color information
#20B33F (or 0x20B33F) is known color: Dark Pastel Green. HEX triplet: 20, B3 and 3F. RGB value is (32,179,63). Sum of RGB (Red+Green+Blue) = 32+179+63=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #20B33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B33F is #DF4CC0. Grayscale: #7A7A7A. Windows color (decimal): -14634177 or 4174624. OLE color: 4174624.
HSL color Cylindrical-coordinate representation of color #20B33F: hue angle of 132.65º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B33F is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 179 | 63 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.30 |
| HSL | 132.65º | 0.7% | 0.41% | - |
| HSV(B) | 132.65º | 0.82% | 0.7% | - |
| XYZ | 17.61 | 32.91 | 10.13 | - |
| YUV | 121.82 | 94.8 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 63 | 0.82 | 0 | 0.65 | 0.30 | 132.65 | 0.7 | 0.41 |
| Hex | 20 | B3 | 3F | 52 | 0 | 41 | 1E | 85 | 46 | 29 |
| Octal | 40 | 263 | 77 | 122 | 0 | 101 | 36 | 205 | 106 | 51 |
| Binary | 100000 | 10110011 | 111111 | 1010010 | 0 | 1000001 | 11110 | 10000101 | 1000110 | 101001 |
Color Harmonies of #20B33F
Complementary color
Monochromatic Colors of #20B33F
Black with #20B33F
Text Example
Text Example
White with #20B33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B33F; }
p { color: rgb(32,179,63); }
H1.HeaderClassName
{
color: #20B33F;
}
.AnyTagClassName
{
color: #20B33F;
}
</style>
background-color css
<style>
a { background-color: #20B33F; }
a { background-color: rgb(32,179,63); }
div.DivClassName
{
background-color: #20B33F;
}
.BgClassName
{
background-color: #20B33F;
}
</style>
border-color css
<style>
span { border-color: #20B33F; }
span { border-color: rgb(32,179,63); }
td.TdClassName
{
border-color: #20B33F;
}
.TagClassName
{
border-color: #20B33F;
}
</style>