#29414A

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

Shades of Green Vogue #29414A

Tints of Green Vogue #29414A

Color information

#29414A (or 0x29414A) is unknown color: approx Green Vogue. HEX triplet: 29, 41 and 4A. RGB value is (41,65,74). Sum of RGB (Red+Green+Blue) = 41+65+74=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #29414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29414A is #D6BEB5. Grayscale: #3A3A3A. Windows color (decimal): -14073526 or 4866345. OLE color: 4866345.

HSL color Cylindrical-coordinate representation of color #29414A: hue angle of 196.36º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29414A is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB416574-
CMYK0.450.1200.71
HSL196.36º28.7%22.55%-
HSV(B)196.36º44.59%29.02%-
XYZ4.044.757.18-
YUV58.85136.55115.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=22.78%
G=36.11%
B=41.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4165740.450.1200.71196.3628.722.55
Hex29414A2DC047c41d17
Octal51101112551401073043527
Binary10100110000011001010101101110001000111110001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29414A; }

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

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

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

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

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

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

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

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