Shades of Green Vogue #203F47
Tints of Green Vogue #203F47
RGB
CMYK
RGB Variations
Color information
#203F47 (or 0x203F47) is known color: Green Vogue. HEX triplet: 20, 3F and 47. RGB value is (32,63,71). Sum of RGB (Red+Green+Blue) = 32+63+71=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #203F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F47 is #DFC0B8. Grayscale: #363636. Windows color (decimal): -14663865 or 4669216. OLE color: 4669216.
HSL color Cylindrical-coordinate representation of color #203F47: hue angle of 192.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #203F47 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 63 | 71 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.72 |
| HSL | 192.31º | 0.38% | 0.2% | - |
| HSV(B) | 192.31º | 0.55% | 0.28% | - |
| XYZ | 3.51 | 4.32 | 6.61 | - |
| YUV | 54.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 71 | 0.55 | 0.11 | 0 | 0.72 | 192.31 | 0.38 | 0.2 |
| Hex | 20 | 3F | 47 | 37 | B | 0 | 48 | C0 | 26 | 14 |
| Octal | 40 | 77 | 107 | 67 | 13 | 0 | 110 | 300 | 46 | 24 |
| Binary | 100000 | 111111 | 1000111 | 110111 | 1011 | 0 | 1001000 | 11000000 | 100110 | 10100 |
Color Harmonies of #203F47
Complementary color
Monochromatic Colors of #203F47
Black with #203F47
Text Example
Text Example
White with #203F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F47; }
p { color: rgb(32,63,71); }
H1.HeaderClassName
{
color: #203F47;
}
.AnyTagClassName
{
color: #203F47;
}
</style>
background-color css
<style>
a { background-color: #203F47; }
a { background-color: rgb(32,63,71); }
div.DivClassName
{
background-color: #203F47;
}
.BgClassName
{
background-color: #203F47;
}
</style>
border-color css
<style>
span { border-color: #203F47; }
span { border-color: rgb(32,63,71); }
td.TdClassName
{
border-color: #203F47;
}
.TagClassName
{
border-color: #203F47;
}
</style>