Shades of Green Vogue #203F4E
Tints of Green Vogue #203F4E
RGB
CMYK
RGB Variations
Color information
#203F4E (or 0x203F4E) is known color: Green Vogue. HEX triplet: 20, 3F and 4E. RGB value is (32,63,78). Sum of RGB (Red+Green+Blue) = 32+63+78=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #203F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F4E is #DFC0B1. Grayscale: #373737. Windows color (decimal): -14663858 or 5127968. OLE color: 5127968.
HSL color Cylindrical-coordinate representation of color #203F4E: hue angle of 199.57º 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 #203F4E is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 63 | 78 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.69 |
| HSL | 199.57º | 0.42% | 0.22% | - |
| HSV(B) | 199.57º | 0.59% | 0.31% | - |
| XYZ | 3.75 | 4.41 | 7.86 | - |
| YUV | 55.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 78 | 0.59 | 0.19 | 0 | 0.69 | 199.57 | 0.42 | 0.22 |
| Hex | 20 | 3F | 4E | 3B | 13 | 0 | 45 | C8 | 2A | 16 |
| Octal | 40 | 77 | 116 | 73 | 23 | 0 | 105 | 310 | 52 | 26 |
| Binary | 100000 | 111111 | 1001110 | 111011 | 10011 | 0 | 1000101 | 11001000 | 101010 | 10110 |
Color Harmonies of #203F4E
Complementary color
Monochromatic Colors of #203F4E
Black with #203F4E
Text Example
Text Example
White with #203F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F4E; }
p { color: rgb(32,63,78); }
H1.HeaderClassName
{
color: #203F4E;
}
.AnyTagClassName
{
color: #203F4E;
}
</style>
background-color css
<style>
a { background-color: #203F4E; }
a { background-color: rgb(32,63,78); }
div.DivClassName
{
background-color: #203F4E;
}
.BgClassName
{
background-color: #203F4E;
}
</style>
border-color css
<style>
span { border-color: #203F4E; }
span { border-color: rgb(32,63,78); }
td.TdClassName
{
border-color: #203F4E;
}
.TagClassName
{
border-color: #203F4E;
}
</style>