Html Css Color HEX #29424D Green Vogue

📋 copy color: '#29424D'

red 41 ◦ green 66 ◦ blue 77

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

Shades of Green Vogue #29424D

Tints of Green Vogue #29424D

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 value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29424D (or 0x29424D) is known color: 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

RGB 41 66 77 -
CMYK 0.47 0.14 0 0.70
HSL 198.33º 0.31% 0.23% -
HSV(B) 198.33º 0.47% 0.3% -
XYZ 4.2 4.9 7.75 -
YUV 59.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 41 66 77 0.47 0.14 0 0.70 198.33 0.31 0.23
Hex 29 42 4D 2F E 0 46 C6 1F 17
Octal 51 102 115 57 16 0 106 306 37 27
Binary 101001 1000010 1001101 101111 1110 0 1000110 11000110 11111 10111

Color Harmonies of #29424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29424D

Black with #29424D

Text Example


Text Example

White with #29424D

Text Example


Text Example

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