#294450

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

Shades of Green Vogue #294450

Tints of Green Vogue #294450

Color information

#294450 (or 0x294450) is unknown color: approx Green Vogue. HEX triplet: 29, 44 and 50. RGB value is (41,68,80). Sum of RGB (Red+Green+Blue) = 41+68+80=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #294450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294450 is #D6BBAF. Grayscale: #3D3D3D. Windows color (decimal): -14072752 or 5260329. OLE color: 5260329.

HSL color Cylindrical-coordinate representation of color #294450: hue angle of 198.46º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294450 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416880-
CMYK0.490.1500.69
HSL198.46º32.23%23.73%-
HSV(B)198.46º48.75%31.37%-
XYZ4.435.188.36-
YUV61.3138.55113.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=21.69%
G=35.98%
B=42.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4168800.490.1500.69198.4632.2323.73
Hex29445031F045c62018
Octal51104120611701053064030
Binary101001100010010100001100011111010001011100011010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294450; }

 p { color: rgb(41,68,80); }

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

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

 a { background-color: rgb(41,68,80); }

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

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

 span { border-color: rgb(41,68,80); }

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