Html Css Color HEX #29444D Green Vogue

📋 copy color: '#29444D'

red 41 ◦ green 68 ◦ blue 77

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

Shades of Green Vogue #29444D

Tints of Green Vogue #29444D

RGB

 RED value IS 41 (16.41% from 255) = 22.04%

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 22.04%
G = 36.56%
B = 41.4%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29444D (or 0x29444D) is known color: Green Vogue. HEX triplet: 29, 44 and 4D. RGB value is (41,68,77). Sum of RGB (Red+Green+Blue) = 41+68+77=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #29444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29444D is #D6BBB2. Grayscale: #3C3C3C. Windows color (decimal): -14072755 or 5063721. OLE color: 5063721.

HSL color Cylindrical-coordinate representation of color #29444D: hue angle of 195º 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 #29444D is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 68 77 -
CMYK 0.47 0.12 0 0.70
HSL 195º 0.31% 0.23% -
HSV(B) 195º 0.47% 0.3% -
XYZ 4.32 5.14 7.79 -
YUV 60.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 41 68 77 0.47 0.12 0 0.70 195 0.31 0.23
Hex 29 44 4D 2F C 0 46 C3 1F 17
Octal 51 104 115 57 14 0 106 303 37 27
Binary 101001 1000100 1001101 101111 1100 0 1000110 11000011 11111 10111

Color Harmonies of #29444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29444D

Black with #29444D

Text Example


Text Example

White with #29444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29444D;
 }
 .AnyTagClassName
 {
   color: #29444D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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