Shades of Myrtle #203F0F
Tints of Myrtle #203F0F
RGB
CMYK
RGB Variations
Color information
#203F0F (or 0x203F0F) is known color: Myrtle. HEX triplet: 20, 3F and 0F. RGB value is (32,63,15). Sum of RGB (Red+Green+Blue) = 32+63+15=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #203F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203F0F is #DFC0F0. Grayscale: #303030. Windows color (decimal): -14663921 or 999200. OLE color: 999200.
HSL color Cylindrical-coordinate representation of color #203F0F: hue angle of 98.75º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #203F0F is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 15 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.75 |
| HSL | 98.75º | 0.62% | 0.15% | - |
| HSV(B) | 98.75º | 0.76% | 0.25% | - |
| XYZ | 2.46 | 3.9 | 1.07 | - |
| YUV | 48.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 15 | 0.49 | 0 | 0.76 | 0.75 | 98.75 | 0.62 | 0.15 |
| Hex | 20 | 3F | F | 31 | 0 | 4C | 4B | 63 | 3E | F |
| Octal | 40 | 77 | 17 | 61 | 0 | 114 | 113 | 143 | 76 | 17 |
| Binary | 100000 | 111111 | 1111 | 110001 | 0 | 1001100 | 1001011 | 1100011 | 111110 | 1111 |
Color Harmonies of #203F0F
Complementary color
Monochromatic Colors of #203F0F
Black with #203F0F
Text Example
Text Example
White with #203F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F0F; }
p { color: rgb(32,63,15); }
H1.HeaderClassName
{
color: #203F0F;
}
.AnyTagClassName
{
color: #203F0F;
}
</style>
background-color css
<style>
a { background-color: #203F0F; }
a { background-color: rgb(32,63,15); }
div.DivClassName
{
background-color: #203F0F;
}
.BgClassName
{
background-color: #203F0F;
}
</style>
border-color css
<style>
span { border-color: #203F0F; }
span { border-color: rgb(32,63,15); }
td.TdClassName
{
border-color: #203F0F;
}
.TagClassName
{
border-color: #203F0F;
}
</style>