#284047

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

Shades of Green Vogue #284047

Tints of Green Vogue #284047

Color information

#284047 (or 0x284047) is unknown color: approx Green Vogue. HEX triplet: 28, 40 and 47. RGB value is (40,64,71). Sum of RGB (Red+Green+Blue) = 40+64+71=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #284047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284047 is #D7BFB8. Grayscale: #393939. Windows color (decimal): -14139321 or 4669480. OLE color: 4669480.

HSL color Cylindrical-coordinate representation of color #284047: hue angle of 193.55º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #284047 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB406471-
CMYK0.440.1000.72
HSL193.55º27.93%21.76%-
HSV(B)193.55º43.66%27.84%-
XYZ3.854.576.64-
YUV57.62135.55115.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=22.86%
G=36.57%
B=40.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4064710.440.1000.72193.5527.9321.76
Hex2840472CA048c21c16
Octal50100107541201103023426
Binary10100010000001000111101100101001001000110000101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284047; }

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

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

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

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

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

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

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

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