Shades of Green Vogue #203F4F
Tints of Green Vogue #203F4F
RGB
CMYK
RGB Variations
Color information
#203F4F (or 0x203F4F) is known color: Green Vogue. HEX triplet: 20, 3F and 4F. RGB value is (32,63,79). Sum of RGB (Red+Green+Blue) = 32+63+79=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #203F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F4F is #DFC0B0. Grayscale: #373737. Windows color (decimal): -14663857 or 5193504. OLE color: 5193504.
HSL color Cylindrical-coordinate representation of color #203F4F: hue angle of 200.43º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #203F4F is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 63 | 79 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.69 |
| HSL | 200.43º | 0.42% | 0.22% | - |
| HSV(B) | 200.43º | 0.59% | 0.31% | - |
| XYZ | 3.78 | 4.43 | 8.05 | - |
| YUV | 55.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 79 | 0.59 | 0.20 | 0 | 0.69 | 200.43 | 0.42 | 0.22 |
| Hex | 20 | 3F | 4F | 3B | 14 | 0 | 45 | C8 | 2A | 16 |
| Octal | 40 | 77 | 117 | 73 | 24 | 0 | 105 | 310 | 52 | 26 |
| Binary | 100000 | 111111 | 1001111 | 111011 | 10100 | 0 | 1000101 | 11001000 | 101010 | 10110 |
Color Harmonies of #203F4F
Complementary color
Monochromatic Colors of #203F4F
Black with #203F4F
Text Example
Text Example
White with #203F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F4F; }
p { color: rgb(32,63,79); }
H1.HeaderClassName
{
color: #203F4F;
}
.AnyTagClassName
{
color: #203F4F;
}
</style>
background-color css
<style>
a { background-color: #203F4F; }
a { background-color: rgb(32,63,79); }
div.DivClassName
{
background-color: #203F4F;
}
.BgClassName
{
background-color: #203F4F;
}
</style>
border-color css
<style>
span { border-color: #203F4F; }
span { border-color: rgb(32,63,79); }
td.TdClassName
{
border-color: #203F4F;
}
.TagClassName
{
border-color: #203F4F;
}
</style>