Shades of Dark Spring Green #20744B
Tints of Dark Spring Green #20744B
RGB
CMYK
RGB Variations
Color information
#20744B (or 0x20744B) is known color: Dark Spring Green. HEX triplet: 20, 74 and 4B. RGB value is (32,116,75). Sum of RGB (Red+Green+Blue) = 32+116+75=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #20744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20744B is #DF8BB4. Grayscale: #565656. Windows color (decimal): -14650293 or 4944928. OLE color: 4944928.
HSL color Cylindrical-coordinate representation of color #20744B: hue angle of 150.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20744B is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 75 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.55 |
| HSL | 150.71º | 0.57% | 0.29% | - |
| HSV(B) | 150.71º | 0.72% | 0.45% | - |
| XYZ | 8.11 | 13.31 | 8.8 | - |
| YUV | 86.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 75 | 0.72 | 0 | 0.35 | 0.55 | 150.71 | 0.57 | 0.29 |
| Hex | 20 | 74 | 4B | 48 | 0 | 23 | 37 | 97 | 39 | 1D |
| Octal | 40 | 164 | 113 | 110 | 0 | 43 | 67 | 227 | 71 | 35 |
| Binary | 100000 | 1110100 | 1001011 | 1001000 | 0 | 100011 | 110111 | 10010111 | 111001 | 11101 |
Color Harmonies of #20744B
Complementary color
Monochromatic Colors of #20744B
Black with #20744B
Text Example
Text Example
White with #20744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20744B; }
p { color: rgb(32,116,75); }
H1.HeaderClassName
{
color: #20744B;
}
.AnyTagClassName
{
color: #20744B;
}
</style>
background-color css
<style>
a { background-color: #20744B; }
a { background-color: rgb(32,116,75); }
div.DivClassName
{
background-color: #20744B;
}
.BgClassName
{
background-color: #20744B;
}
</style>
border-color css
<style>
span { border-color: #20744B; }
span { border-color: rgb(32,116,75); }
td.TdClassName
{
border-color: #20744B;
}
.TagClassName
{
border-color: #20744B;
}
</style>