Shades of Dark Spring Green #206A4A
Tints of Dark Spring Green #206A4A
RGB
CMYK
RGB Variations
Color information
#206A4A (or 0x206A4A) is known color: Dark Spring Green. HEX triplet: 20, 6A and 4A. RGB value is (32,106,74). Sum of RGB (Red+Green+Blue) = 32+106+74=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #206A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206A4A is #DF95B5. Grayscale: #505050. Windows color (decimal): -14652854 or 4876832. OLE color: 4876832.
HSL color Cylindrical-coordinate representation of color #206A4A: hue angle of 154.05º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206A4A is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 106 | 74 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.58 |
| HSL | 154.05º | 0.54% | 0.27% | - |
| HSV(B) | 154.05º | 0.7% | 0.42% | - |
| XYZ | 6.99 | 11.11 | 8.25 | - |
| YUV | 80.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 74 | 0.70 | 0 | 0.30 | 0.58 | 154.05 | 0.54 | 0.27 |
| Hex | 20 | 6A | 4A | 46 | 0 | 1E | 3A | 9A | 36 | 1B |
| Octal | 40 | 152 | 112 | 106 | 0 | 36 | 72 | 232 | 66 | 33 |
| Binary | 100000 | 1101010 | 1001010 | 1000110 | 0 | 11110 | 111010 | 10011010 | 110110 | 11011 |
Color Harmonies of #206A4A
Complementary color
Monochromatic Colors of #206A4A
Black with #206A4A
Text Example
Text Example
White with #206A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206A4A; }
p { color: rgb(32,106,74); }
H1.HeaderClassName
{
color: #206A4A;
}
.AnyTagClassName
{
color: #206A4A;
}
</style>
background-color css
<style>
a { background-color: #206A4A; }
a { background-color: rgb(32,106,74); }
div.DivClassName
{
background-color: #206A4A;
}
.BgClassName
{
background-color: #206A4A;
}
</style>
border-color css
<style>
span { border-color: #206A4A; }
span { border-color: rgb(32,106,74); }
td.TdClassName
{
border-color: #206A4A;
}
.TagClassName
{
border-color: #206A4A;
}
</style>