#294046

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

Shades of Green Vogue #294046

Tints of Green Vogue #294046

Color information

#294046 (or 0x294046) is unknown color: approx Green Vogue. HEX triplet: 29, 40 and 46. RGB value is (41,64,70). Sum of RGB (Red+Green+Blue) = 41+64+70=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #294046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294046 is #D6BFB9. Grayscale: #393939. Windows color (decimal): -14073786 or 4603945. OLE color: 4603945.

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

Color convert

RGB416470-
CMYK0.410.0900.73
HSL192.41º26.13%21.76%-
HSV(B)192.41º41.43%27.45%-
XYZ3.854.586.48-
YUV57.81134.88116.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 70 (27.73% from 255) = 40%
R=23.43%
G=36.57%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4164700.410.0900.73192.4126.1321.76
Hex294046299049c01a16
Octal51100106511101113003226
Binary10100110000001000110101001100101001001110000001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294046; }

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

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

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

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

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

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

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

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