#284046

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

Shades of Green Vogue #284046

Tints of Green Vogue #284046

Color information

#284046 (or 0x284046) is unknown color: approx Green Vogue. HEX triplet: 28, 40 and 46. RGB value is (40,64,70). Sum of RGB (Red+Green+Blue) = 40+64+70=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #284046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284046 is #D7BFB9. Grayscale: #393939. Windows color (decimal): -14139322 or 4603944. OLE color: 4603944.

HSL color Cylindrical-coordinate representation of color #284046: hue angle of 192º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #284046 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB406470-
CMYK0.430.0900.73
HSL192º27.27%21.57%-
HSV(B)192º42.86%27.45%-
XYZ3.814.566.47-
YUV57.51135.05115.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=22.99%
G=36.78%
B=40.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4064700.430.0900.7319227.2721.57
Hex2840462B9049c01b16
Octal50100106531101113003326
Binary10100010000001000110101011100101001001110000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284046; }

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

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

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

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

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

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

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

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