Html Css Color HEX #29454A Green Vogue

📋 copy color: '#29454A'

red 41 ◦ green 69 ◦ blue 74

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

Shades of Green Vogue #29454A

Tints of Green Vogue #29454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 74 (29.3% from 255) = 40.22%

R = 22.28%
G = 37.5%
B = 40.22%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29454A (or 0x29454A) is known color: Green Vogue. HEX triplet: 29, 45 and 4A. RGB value is (41,69,74). Sum of RGB (Red+Green+Blue) = 41+69+74=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #29454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29454A is #D6BAB5. Grayscale: #3D3D3D. Windows color (decimal): -14072502 or 4867369. OLE color: 4867369.

HSL color Cylindrical-coordinate representation of color #29454A: hue angle of 189.09º 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 #29454A is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 69 74 -
CMYK 0.45 0.07 0 0.71
HSL 189.09º 0.29% 0.23% -
HSV(B) 189.09º 0.45% 0.29% -
XYZ 4.28 5.22 7.26 -
YUV 61.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 41 69 74 0.45 0.07 0 0.71 189.09 0.29 0.23
Hex 29 45 4A 2D 7 0 47 BD 1D 17
Octal 51 105 112 55 7 0 107 275 35 27
Binary 101001 1000101 1001010 101101 111 0 1000111 10111101 11101 10111

Color Harmonies of #29454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29454A

Black with #29454A

Text Example


Text Example

White with #29454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29454A;
 }
 .AnyTagClassName
 {
   color: #29454A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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