Html Css Color HEX #29414A Green Vogue

📋 copy color: '#29414A'

red 41 ◦ green 65 ◦ blue 74

#29414A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #29414A

Tints of Green Vogue #29414A

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.3% from 255) = 41.11%

R = 22.78%
G = 36.11%
B = 41.11%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29414A (or 0x29414A) is known color: 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

RGB 41 65 74 -
CMYK 0.45 0.12 0 0.71
HSL 196.36º 0.29% 0.23% -
HSV(B) 196.36º 0.45% 0.29% -
XYZ 4.04 4.75 7.18 -
YUV 58.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 41 65 74 0.45 0.12 0 0.71 196.36 0.29 0.23
Hex 29 41 4A 2D C 0 47 C4 1D 17
Octal 51 101 112 55 14 0 107 304 35 27
Binary 101001 1000001 1001010 101101 1100 0 1000111 11000100 11101 10111

Color Harmonies of #29414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29414A

Black with #29414A

Text Example


Text Example

White with #29414A

Text Example


Text Example

HTML Codes & Css Web 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>