Shades of Dark Spring Green #20823E
Tints of Dark Spring Green #20823E
RGB
CMYK
RGB Variations
Color information
#20823E (or 0x20823E) is known color: Dark Spring Green. HEX triplet: 20, 82 and 3E. RGB value is (32,130,62). Sum of RGB (Red+Green+Blue) = 32+130+62=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #20823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20823E is #DF7DC1. Grayscale: #5D5D5D. Windows color (decimal): -14646722 or 4096544. OLE color: 4096544.
HSL color Cylindrical-coordinate representation of color #20823E: hue angle of 138.37º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20823E is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 62 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.49 |
| HSL | 138.37º | 0.6% | 0.32% | - |
| HSV(B) | 138.37º | 0.75% | 0.51% | - |
| XYZ | 9.45 | 16.62 | 7.27 | - |
| YUV | 92.95 | 110.53 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 62 | 0.75 | 0 | 0.52 | 0.49 | 138.37 | 0.6 | 0.32 |
| Hex | 20 | 82 | 3E | 4B | 0 | 34 | 31 | 8A | 3C | 20 |
| Octal | 40 | 202 | 76 | 113 | 0 | 64 | 61 | 212 | 74 | 40 |
| Binary | 100000 | 10000010 | 111110 | 1001011 | 0 | 110100 | 110001 | 10001010 | 111100 | 100000 |
Color Harmonies of #20823E
Complementary color
Monochromatic Colors of #20823E
Black with #20823E
Text Example
Text Example
White with #20823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20823E; }
p { color: rgb(32,130,62); }
H1.HeaderClassName
{
color: #20823E;
}
.AnyTagClassName
{
color: #20823E;
}
</style>
background-color css
<style>
a { background-color: #20823E; }
a { background-color: rgb(32,130,62); }
div.DivClassName
{
background-color: #20823E;
}
.BgClassName
{
background-color: #20823E;
}
</style>
border-color css
<style>
span { border-color: #20823E; }
span { border-color: rgb(32,130,62); }
td.TdClassName
{
border-color: #20823E;
}
.TagClassName
{
border-color: #20823E;
}
</style>