#203F4A

Color #203F4A Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #203F4A

Tints of Green Vogue #203F4A

Color information

#203F4A (or 0x203F4A) is unknown color: approx Green Vogue. HEX triplet: 20, 3F and 4A. RGB value is (32,63,74). Sum of RGB (Red+Green+Blue) = 32+63+74=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #203F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F4A is #DFC0B5. Grayscale: #363636. Windows color (decimal): -14663862 or 4865824. OLE color: 4865824.

HSL color Cylindrical-coordinate representation of color #203F4A: hue angle of 195.71º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #203F4A is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB326374-
CMYK0.570.1500.71
HSL195.71º39.62%20.78%-
HSV(B)195.71º56.76%29.02%-
XYZ3.614.367.13-
YUV54.98138.73111.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=18.93%
G=37.28%
B=43.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3263740.570.1500.71195.7139.6220.78
Hex203F4A39F047c42815
Octal4077112711701073045025
Binary10000011111110010101110011111010001111100010010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203F4A; }

 p { color: rgb(32,63,74); }

 H1.HeaderClassName
 {
   color: #203F4A;
 }
 .AnyTagClassName
 {
   color: #203F4A;
 }
</style>
background-color css

<style>
 a { background-color: #203F4A; }

 a { background-color: rgb(32,63,74); }

 div.DivClassName
 {
   background-color: #203F4A;
 }
 .BgClassName
 {
   background-color: #203F4A;
 }
</style>
border-color css

<style>
 span { border-color: #203F4A; }

 span { border-color: rgb(32,63,74); }

 td.TdClassName
 {
   border-color: #203F4A;
 }
 .TagClassName
 {
   border-color: #203F4A;
 }
</style>