#29424D

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

Shades of Green Vogue #29424D

Tints of Green Vogue #29424D

Color information

#29424D (or 0x29424D) is unknown color: approx Green Vogue. HEX triplet: 29, 42 and 4D. RGB value is (41,66,77). Sum of RGB (Red+Green+Blue) = 41+66+77=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #29424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29424D is #D6BDB2. Grayscale: #3B3B3B. Windows color (decimal): -14073267 or 5063209. OLE color: 5063209.

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

Color convert

RGB416677-
CMYK0.470.1400.70
HSL198.33º30.51%23.14%-
HSV(B)198.33º46.75%30.2%-
XYZ4.24.97.75-
YUV59.78137.72114.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=22.28%
G=35.87%
B=41.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4166770.470.1400.70198.3330.5123.14
Hex29424D2FE046c61f17
Octal51102115571601063063727
Binary10100110000101001101101111111001000110110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29424D; }

 p { color: rgb(41,66,77); }

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

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

 a { background-color: rgb(41,66,77); }

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

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

 span { border-color: rgb(41,66,77); }

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