#294147

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

Shades of Green Vogue #294147

Tints of Green Vogue #294147

Color information

#294147 (or 0x294147) is unknown color: approx Green Vogue. HEX triplet: 29, 41 and 47. RGB value is (41,65,71). Sum of RGB (Red+Green+Blue) = 41+65+71=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #294147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294147 is #D6BEB8. Grayscale: #3A3A3A. Windows color (decimal): -14073529 or 4669737. OLE color: 4669737.

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

Color convert

RGB416571-
CMYK0.420.0800.72
HSL192º26.79%21.96%-
HSV(B)192º42.25%27.84%-
XYZ3.944.716.66-
YUV58.51135.05115.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=23.16%
G=36.72%
B=40.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4165710.420.0800.7219226.7921.96
Hex2941472A8048c01b16
Octal51101107521001103003326
Binary10100110000011000111101010100001001000110000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294147; }

 p { color: rgb(41,65,71); }

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

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

 a { background-color: rgb(41,65,71); }

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

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

 span { border-color: rgb(41,65,71); }

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