Shades of Myrtle #203F20
Tints of Myrtle #203F20
RGB
CMYK
RGB Variations
Color information
#203F20 (or 0x203F20) is known color: Myrtle. HEX triplet: 20, 3F and 20. RGB value is (32,63,32). Sum of RGB (Red+Green+Blue) = 32+63+32=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #203F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F20 is #DFC0DF. Grayscale: #323232. Windows color (decimal): -14663904 or 2113312. OLE color: 2113312.
HSL color Cylindrical-coordinate representation of color #203F20: hue angle of 120º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #203F20 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 32 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.75 |
| HSL | 120º | 0.33% | 0.19% | - |
| HSV(B) | 120º | 0.49% | 0.25% | - |
| XYZ | 2.63 | 3.97 | 1.99 | - |
| YUV | 50.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 32 | 0.49 | 0 | 0.49 | 0.75 | 120 | 0.33 | 0.19 |
| Hex | 20 | 3F | 20 | 31 | 0 | 31 | 4B | 78 | 21 | 13 |
| Octal | 40 | 77 | 40 | 61 | 0 | 61 | 113 | 170 | 41 | 23 |
| Binary | 100000 | 111111 | 100000 | 110001 | 0 | 110001 | 1001011 | 1111000 | 100001 | 10011 |
Color Harmonies of #203F20
Complementary color
Monochromatic Colors of #203F20
Black with #203F20
Text Example
Text Example
White with #203F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F20; }
p { color: rgb(32,63,32); }
H1.HeaderClassName
{
color: #203F20;
}
.AnyTagClassName
{
color: #203F20;
}
</style>
background-color css
<style>
a { background-color: #203F20; }
a { background-color: rgb(32,63,32); }
div.DivClassName
{
background-color: #203F20;
}
.BgClassName
{
background-color: #203F20;
}
</style>
border-color css
<style>
span { border-color: #203F20; }
span { border-color: rgb(32,63,32); }
td.TdClassName
{
border-color: #203F20;
}
.TagClassName
{
border-color: #203F20;
}
</style>