Shades of Dark Spring Green #20823F
Tints of Dark Spring Green #20823F
RGB
CMYK
RGB Variations
Color information
#20823F (or 0x20823F) is known color: Dark Spring Green. HEX triplet: 20, 82 and 3F. RGB value is (32,130,63). Sum of RGB (Red+Green+Blue) = 32+130+63=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #20823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20823F is #DF7DC0. Grayscale: #5D5D5D. Windows color (decimal): -14646721 or 4162080. OLE color: 4162080.
HSL color Cylindrical-coordinate representation of color #20823F: hue angle of 138.98º 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 #20823F is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 63 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.49 |
| HSL | 138.98º | 0.6% | 0.32% | - |
| HSV(B) | 138.98º | 0.75% | 0.51% | - |
| XYZ | 9.48 | 16.63 | 7.41 | - |
| YUV | 93.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 63 | 0.75 | 0 | 0.52 | 0.49 | 138.98 | 0.6 | 0.32 |
| Hex | 20 | 82 | 3F | 4B | 0 | 34 | 31 | 8B | 3C | 20 |
| Octal | 40 | 202 | 77 | 113 | 0 | 64 | 61 | 213 | 74 | 40 |
| Binary | 100000 | 10000010 | 111111 | 1001011 | 0 | 110100 | 110001 | 10001011 | 111100 | 100000 |
Color Harmonies of #20823F
Complementary color
Monochromatic Colors of #20823F
Black with #20823F
Text Example
Text Example
White with #20823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20823F; }
p { color: rgb(32,130,63); }
H1.HeaderClassName
{
color: #20823F;
}
.AnyTagClassName
{
color: #20823F;
}
</style>
background-color css
<style>
a { background-color: #20823F; }
a { background-color: rgb(32,130,63); }
div.DivClassName
{
background-color: #20823F;
}
.BgClassName
{
background-color: #20823F;
}
</style>
border-color css
<style>
span { border-color: #20823F; }
span { border-color: rgb(32,130,63); }
td.TdClassName
{
border-color: #20823F;
}
.TagClassName
{
border-color: #20823F;
}
</style>