Shades of Green Vogue #203F4D
Tints of Green Vogue #203F4D
RGB
CMYK
RGB Variations
Color information
#203F4D (or 0x203F4D) is known color: Green Vogue. HEX triplet: 20, 3F and 4D. RGB value is (32,63,77). Sum of RGB (Red+Green+Blue) = 32+63+77=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #203F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F4D is #DFC0B2. Grayscale: #373737. Windows color (decimal): -14663859 or 5062432. OLE color: 5062432.
HSL color Cylindrical-coordinate representation of color #203F4D: hue angle of 198.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #203F4D is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 63 | 77 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.70 |
| HSL | 198.67º | 0.41% | 0.21% | - |
| HSV(B) | 198.67º | 0.58% | 0.3% | - |
| XYZ | 3.71 | 4.4 | 7.67 | - |
| YUV | 55.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 77 | 0.58 | 0.18 | 0 | 0.70 | 198.67 | 0.41 | 0.21 |
| Hex | 20 | 3F | 4D | 3A | 12 | 0 | 46 | C7 | 29 | 15 |
| Octal | 40 | 77 | 115 | 72 | 22 | 0 | 106 | 307 | 51 | 25 |
| Binary | 100000 | 111111 | 1001101 | 111010 | 10010 | 0 | 1000110 | 11000111 | 101001 | 10101 |
Color Harmonies of #203F4D
Complementary color
Monochromatic Colors of #203F4D
Black with #203F4D
Text Example
Text Example
White with #203F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F4D; }
p { color: rgb(32,63,77); }
H1.HeaderClassName
{
color: #203F4D;
}
.AnyTagClassName
{
color: #203F4D;
}
</style>
background-color css
<style>
a { background-color: #203F4D; }
a { background-color: rgb(32,63,77); }
div.DivClassName
{
background-color: #203F4D;
}
.BgClassName
{
background-color: #203F4D;
}
</style>
border-color css
<style>
span { border-color: #203F4D; }
span { border-color: rgb(32,63,77); }
td.TdClassName
{
border-color: #203F4D;
}
.TagClassName
{
border-color: #203F4D;
}
</style>