Shades of Dark Spring Green #20853F
Tints of Dark Spring Green #20853F
RGB
CMYK
RGB Variations
Color information
#20853F (or 0x20853F) is known color: Dark Spring Green. HEX triplet: 20, 85 and 3F. RGB value is (32,133,63). Sum of RGB (Red+Green+Blue) = 32+133+63=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #20853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20853F is #DF7AC0. Grayscale: #5F5F5F. Windows color (decimal): -14645953 or 4162848. OLE color: 4162848.
HSL color Cylindrical-coordinate representation of color #20853F: hue angle of 138.42º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20853F is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 63 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.48 |
| HSL | 138.42º | 0.61% | 0.32% | - |
| HSV(B) | 138.42º | 0.76% | 0.52% | - |
| XYZ | 9.88 | 17.44 | 7.55 | - |
| YUV | 94.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 63 | 0.76 | 0 | 0.53 | 0.48 | 138.42 | 0.61 | 0.32 |
| Hex | 20 | 85 | 3F | 4C | 0 | 35 | 30 | 8A | 3D | 20 |
| Octal | 40 | 205 | 77 | 114 | 0 | 65 | 60 | 212 | 75 | 40 |
| Binary | 100000 | 10000101 | 111111 | 1001100 | 0 | 110101 | 110000 | 10001010 | 111101 | 100000 |
Color Harmonies of #20853F
Complementary color
Monochromatic Colors of #20853F
Black with #20853F
Text Example
Text Example
White with #20853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20853F; }
p { color: rgb(32,133,63); }
H1.HeaderClassName
{
color: #20853F;
}
.AnyTagClassName
{
color: #20853F;
}
</style>
background-color css
<style>
a { background-color: #20853F; }
a { background-color: rgb(32,133,63); }
div.DivClassName
{
background-color: #20853F;
}
.BgClassName
{
background-color: #20853F;
}
</style>
border-color css
<style>
span { border-color: #20853F; }
span { border-color: rgb(32,133,63); }
td.TdClassName
{
border-color: #20853F;
}
.TagClassName
{
border-color: #20853F;
}
</style>