#29434E

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

Shades of Green Vogue #29434E

Tints of Green Vogue #29434E

Color information

#29434E (or 0x29434E) is unknown color: approx Green Vogue. HEX triplet: 29, 43 and 4E. RGB value is (41,67,78). Sum of RGB (Red+Green+Blue) = 41+67+78=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #29434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29434E is #D6BCB1. Grayscale: #3C3C3C. Windows color (decimal): -14073010 or 5129001. OLE color: 5129001.

HSL color Cylindrical-coordinate representation of color #29434E: hue angle of 197.84º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29434E is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416778-
CMYK0.470.1400.69
HSL197.84º31.09%23.33%-
HSV(B)197.84º47.44%30.59%-
XYZ4.35.047.95-
YUV60.48137.89114.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=22.04%
G=36.02%
B=41.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4167780.470.1400.69197.8431.0923.33
Hex29434E2FE045c61f17
Octal51103116571601053063727
Binary10100110000111001110101111111001000101110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29434E; }

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

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

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

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

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

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

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

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