Shades of Dark Pastel Green #20B23B
Tints of Dark Pastel Green #20B23B
RGB
CMYK
RGB Variations
Color information
#20B23B (or 0x20B23B) is known color: Dark Pastel Green. HEX triplet: 20, B2 and 3B. RGB value is (32,178,59). Sum of RGB (Red+Green+Blue) = 32+178+59=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 178 (69.92% from 255 or 66.17% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 178 - color contains mainly: green. Hex color #20B23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B23B is #DF4DC4. Grayscale: #797979. Windows color (decimal): -14634437 or 3912224. OLE color: 3912224.
HSL color Cylindrical-coordinate representation of color #20B23B: hue angle of 131.1º 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 #20B23B is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 178 | 59 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.30 |
| HSL | 131.1º | 0.7% | 0.41% | - |
| HSV(B) | 131.1º | 0.82% | 0.7% | - |
| XYZ | 17.31 | 32.46 | 9.49 | - |
| YUV | 120.78 | 93.13 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 59 | 0.82 | 0 | 0.67 | 0.30 | 131.1 | 0.7 | 0.41 |
| Hex | 20 | B2 | 3B | 52 | 0 | 43 | 1E | 83 | 46 | 29 |
| Octal | 40 | 262 | 73 | 122 | 0 | 103 | 36 | 203 | 106 | 51 |
| Binary | 100000 | 10110010 | 111011 | 1010010 | 0 | 1000011 | 11110 | 10000011 | 1000110 | 101001 |
Color Harmonies of #20B23B
Complementary color
Monochromatic Colors of #20B23B
Black with #20B23B
Text Example
Text Example
White with #20B23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B23B; }
p { color: rgb(32,178,59); }
H1.HeaderClassName
{
color: #20B23B;
}
.AnyTagClassName
{
color: #20B23B;
}
</style>
background-color css
<style>
a { background-color: #20B23B; }
a { background-color: rgb(32,178,59); }
div.DivClassName
{
background-color: #20B23B;
}
.BgClassName
{
background-color: #20B23B;
}
</style>
border-color css
<style>
span { border-color: #20B23B; }
span { border-color: rgb(32,178,59); }
td.TdClassName
{
border-color: #20B23B;
}
.TagClassName
{
border-color: #20B23B;
}
</style>