Shades of Dark Pastel Green #20B441
Tints of Dark Pastel Green #20B441
RGB
CMYK
RGB Variations
Color information
#20B441 (or 0x20B441) is known color: Dark Pastel Green. HEX triplet: 20, B4 and 41. RGB value is (32,180,65). Sum of RGB (Red+Green+Blue) = 32+180+65=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 180 (70.70% from 255 or 64.98% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 180 - color contains mainly: green. Hex color #20B441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B441 is #DF4BBE. Grayscale: #7A7A7A. Windows color (decimal): -14633919 or 4305952. OLE color: 4305952.
HSL color Cylindrical-coordinate representation of color #20B441: hue angle of 133.38º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B441 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 180 | 65 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.29 |
| HSL | 133.38º | 0.7% | 0.42% | - |
| HSV(B) | 133.38º | 0.82% | 0.71% | - |
| XYZ | 17.87 | 33.33 | 10.49 | - |
| YUV | 122.64 | 95.47 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 180 | 65 | 0.82 | 0 | 0.64 | 0.29 | 133.38 | 0.7 | 0.42 |
| Hex | 20 | B4 | 41 | 52 | 0 | 40 | 1D | 85 | 46 | 2A |
| Octal | 40 | 264 | 101 | 122 | 0 | 100 | 35 | 205 | 106 | 52 |
| Binary | 100000 | 10110100 | 1000001 | 1010010 | 0 | 1000000 | 11101 | 10000101 | 1000110 | 101010 |
Color Harmonies of #20B441
Complementary color
Monochromatic Colors of #20B441
Black with #20B441
Text Example
Text Example
White with #20B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B441; }
p { color: rgb(32,180,65); }
H1.HeaderClassName
{
color: #20B441;
}
.AnyTagClassName
{
color: #20B441;
}
</style>
background-color css
<style>
a { background-color: #20B441; }
a { background-color: rgb(32,180,65); }
div.DivClassName
{
background-color: #20B441;
}
.BgClassName
{
background-color: #20B441;
}
</style>
border-color css
<style>
span { border-color: #20B441; }
span { border-color: rgb(32,180,65); }
td.TdClassName
{
border-color: #20B441;
}
.TagClassName
{
border-color: #20B441;
}
</style>