Shades of Dark Spring Green #207343
Tints of Dark Spring Green #207343
RGB
CMYK
RGB Variations
Color information
#207343 (or 0x207343) is known color: Dark Spring Green. HEX triplet: 20, 73 and 43. RGB value is (32,115,67). Sum of RGB (Red+Green+Blue) = 32+115+67=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #207343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207343 is #DF8CBC. Grayscale: #545454. Windows color (decimal): -14650557 or 4420384. OLE color: 4420384.
HSL color Cylindrical-coordinate representation of color #207343: hue angle of 145.3º degrees, saturation: 0.56, 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 #207343 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 67 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.55 |
| HSL | 145.3º | 0.56% | 0.29% | - |
| HSV(B) | 145.3º | 0.72% | 0.45% | - |
| XYZ | 7.74 | 12.97 | 7.41 | - |
| YUV | 84.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 67 | 0.72 | 0 | 0.42 | 0.55 | 145.3 | 0.56 | 0.29 |
| Hex | 20 | 73 | 43 | 48 | 0 | 2A | 37 | 91 | 38 | 1D |
| Octal | 40 | 163 | 103 | 110 | 0 | 52 | 67 | 221 | 70 | 35 |
| Binary | 100000 | 1110011 | 1000011 | 1001000 | 0 | 101010 | 110111 | 10010001 | 111000 | 11101 |
Color Harmonies of #207343
Complementary color
Monochromatic Colors of #207343
Black with #207343
Text Example
Text Example
White with #207343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207343; }
p { color: rgb(32,115,67); }
H1.HeaderClassName
{
color: #207343;
}
.AnyTagClassName
{
color: #207343;
}
</style>
background-color css
<style>
a { background-color: #207343; }
a { background-color: rgb(32,115,67); }
div.DivClassName
{
background-color: #207343;
}
.BgClassName
{
background-color: #207343;
}
</style>
border-color css
<style>
span { border-color: #207343; }
span { border-color: rgb(32,115,67); }
td.TdClassName
{
border-color: #207343;
}
.TagClassName
{
border-color: #207343;
}
</style>