Shades of Dark Pastel Green #20BE3E
Tints of Dark Pastel Green #20BE3E
RGB
CMYK
RGB Variations
Color information
#20BE3E (or 0x20BE3E) is known color: Dark Pastel Green. HEX triplet: 20, BE and 3E. RGB value is (32,190,62). Sum of RGB (Red+Green+Blue) = 32+190+62=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 190 (74.61% from 255 or 66.90% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE3E is #DF41C1. Grayscale: #808080. Windows color (decimal): -14631362 or 4111904. OLE color: 4111904.
HSL color Cylindrical-coordinate representation of color #20BE3E: hue angle of 131.39º 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 #20BE3E is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 62 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.25 |
| HSL | 131.39º | 0.71% | 0.44% | - |
| HSV(B) | 131.39º | 0.83% | 0.75% | - |
| XYZ | 19.88 | 37.48 | 10.74 | - |
| YUV | 128.17 | 90.65 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 62 | 0.83 | 0 | 0.67 | 0.25 | 131.39 | 0.71 | 0.44 |
| Hex | 20 | BE | 3E | 53 | 0 | 43 | 19 | 83 | 47 | 2C |
| Octal | 40 | 276 | 76 | 123 | 0 | 103 | 31 | 203 | 107 | 54 |
| Binary | 100000 | 10111110 | 111110 | 1010011 | 0 | 1000011 | 11001 | 10000011 | 1000111 | 101100 |
Color Harmonies of #20BE3E
Complementary color
Monochromatic Colors of #20BE3E
Black with #20BE3E
Text Example
Text Example
White with #20BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE3E; }
p { color: rgb(32,190,62); }
H1.HeaderClassName
{
color: #20BE3E;
}
.AnyTagClassName
{
color: #20BE3E;
}
</style>
background-color css
<style>
a { background-color: #20BE3E; }
a { background-color: rgb(32,190,62); }
div.DivClassName
{
background-color: #20BE3E;
}
.BgClassName
{
background-color: #20BE3E;
}
</style>
border-color css
<style>
span { border-color: #20BE3E; }
span { border-color: rgb(32,190,62); }
td.TdClassName
{
border-color: #20BE3E;
}
.TagClassName
{
border-color: #20BE3E;
}
</style>