#284049

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

Shades of Green Vogue #284049

Tints of Green Vogue #284049

Color information

#284049 (or 0x284049) is unknown color: approx Green Vogue. HEX triplet: 28, 40 and 49. RGB value is (40,64,73). Sum of RGB (Red+Green+Blue) = 40+64+73=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #284049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284049 is #D7BFB6. Grayscale: #393939. Windows color (decimal): -14139319 or 4800552. OLE color: 4800552.

HSL color Cylindrical-coordinate representation of color #284049: hue angle of 196.36º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #284049 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB406473-
CMYK0.450.1200.71
HSL196.36º29.2%22.16%-
HSV(B)196.36º45.21%28.63%-
XYZ3.914.66.98-
YUV57.85136.55115.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=22.60%
G=36.16%
B=41.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4064730.450.1200.71196.3629.222.16
Hex2840492DC047c41d16
Octal50100111551401073043526
Binary10100010000001001001101101110001000111110001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284049; }

 p { color: rgb(40,64,73); }

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

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

 a { background-color: rgb(40,64,73); }

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

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

 span { border-color: rgb(40,64,73); }

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