Shades of Dark Pastel Green #20AF3B
Tints of Dark Pastel Green #20AF3B
RGB
CMYK
RGB Variations
Color information
#20AF3B (or 0x20AF3B) is known color: Dark Pastel Green. HEX triplet: 20, AF and 3B. RGB value is (32,175,59). Sum of RGB (Red+Green+Blue) = 32+175+59=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF3B is #DF50C4. Grayscale: #777777. Windows color (decimal): -14635205 or 3911456. OLE color: 3911456.
HSL color Cylindrical-coordinate representation of color #20AF3B: hue angle of 131.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF3B is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 59 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.31 |
| HSL | 131.33º | 0.69% | 0.41% | - |
| HSV(B) | 131.33º | 0.82% | 0.69% | - |
| XYZ | 16.72 | 31.28 | 9.29 | - |
| YUV | 119.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 59 | 0.82 | 0 | 0.66 | 0.31 | 131.33 | 0.69 | 0.41 |
| Hex | 20 | AF | 3B | 52 | 0 | 42 | 1F | 83 | 45 | 29 |
| Octal | 40 | 257 | 73 | 122 | 0 | 102 | 37 | 203 | 105 | 51 |
| Binary | 100000 | 10101111 | 111011 | 1010010 | 0 | 1000010 | 11111 | 10000011 | 1000101 | 101001 |
Color Harmonies of #20AF3B
Complementary color
Monochromatic Colors of #20AF3B
Black with #20AF3B
Text Example
Text Example
White with #20AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF3B; }
p { color: rgb(32,175,59); }
H1.HeaderClassName
{
color: #20AF3B;
}
.AnyTagClassName
{
color: #20AF3B;
}
</style>
background-color css
<style>
a { background-color: #20AF3B; }
a { background-color: rgb(32,175,59); }
div.DivClassName
{
background-color: #20AF3B;
}
.BgClassName
{
background-color: #20AF3B;
}
</style>
border-color css
<style>
span { border-color: #20AF3B; }
span { border-color: rgb(32,175,59); }
td.TdClassName
{
border-color: #20AF3B;
}
.TagClassName
{
border-color: #20AF3B;
}
</style>