#294348

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

Shades of Green Vogue #294348

Tints of Green Vogue #294348

Color information

#294348 (or 0x294348) is unknown color: approx Green Vogue. HEX triplet: 29, 43 and 48. RGB value is (41,67,72). Sum of RGB (Red+Green+Blue) = 41+67+72=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #294348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294348 is #D6BCB7. Grayscale: #3B3B3B. Windows color (decimal): -14073016 or 4735785. OLE color: 4735785.

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

Color convert

RGB416772-
CMYK0.430.0700.72
HSL189.68º27.43%22.16%-
HSV(B)189.68º43.06%28.24%-
XYZ4.094.956.87-
YUV59.8134.89114.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 72 (28.52% from 255) = 40%
R=22.78%
G=37.22%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4167720.430.0700.72189.6827.4322.16
Hex2943482B7048be1b16
Octal5110311053701102763326
Binary1010011000011100100010101111101001000101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294348; }

 p { color: rgb(41,67,72); }

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

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

 a { background-color: rgb(41,67,72); }

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

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

 span { border-color: rgb(41,67,72); }

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