Html Css Color HEX #29434F Green Vogue

📋 copy color: '#29434F'

red 41 ◦ green 67 ◦ blue 79

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

Shades of Green Vogue #29434F

Tints of Green Vogue #29434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 21.93%
G = 35.83%
B = 42.25%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29434F (or 0x29434F) is known color: Green Vogue. HEX triplet: 29, 43 and 4F. RGB value is (41,67,79). Sum of RGB (Red+Green+Blue) = 41+67+79=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #29434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29434F is #D6BCB0. Grayscale: #3C3C3C. Windows color (decimal): -14073009 or 5194537. OLE color: 5194537.

HSL color Cylindrical-coordinate representation of color #29434F: hue angle of 198.95º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #29434F is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 67 79 -
CMYK 0.48 0.15 0 0.69
HSL 198.95º 0.32% 0.24% -
HSV(B) 198.95º 0.48% 0.31% -
XYZ 4.33 5.05 8.14 -
YUV 60.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 41 67 79 0.48 0.15 0 0.69 198.95 0.32 0.24
Hex 29 43 4F 30 F 0 45 C7 20 18
Octal 51 103 117 60 17 0 105 307 40 30
Binary 101001 1000011 1001111 110000 1111 0 1000101 11000111 100000 11000

Color Harmonies of #29434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29434F

Black with #29434F

Text Example


Text Example

White with #29434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29434F; }

 p { color: rgb(41,67,79); }

 H1.HeaderClassName
 {
   color: #29434F;
 }
 .AnyTagClassName
 {
   color: #29434F;
 }
</style>

background-color css

<style>
 a { background-color: #29434F; }

 a { background-color: rgb(41,67,79); }

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

border-color css

<style>
 span { border-color: #29434F; }

 span { border-color: rgb(41,67,79); }

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