#29454D

Color #29454D Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #29454D

Tints of Green Vogue #29454D

Color information

#29454D (or 0x29454D) is unknown color: approx Green Vogue. HEX triplet: 29, 45 and 4D. RGB value is (41,69,77). Sum of RGB (Red+Green+Blue) = 41+69+77=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #29454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29454D is #D6BAB2. Grayscale: #3D3D3D. Windows color (decimal): -14072499 or 5063977. OLE color: 5063977.

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

Color convert

RGB416977-
CMYK0.470.1000.70
HSL193.33º30.51%23.14%-
HSV(B)193.33º46.75%30.2%-
XYZ4.385.267.81-
YUV61.54136.72113.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=21.93%
G=36.90%
B=41.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4169770.470.1000.70193.3330.5123.14
Hex29454D2FA046c11f17
Octal51105115571201063013727
Binary10100110001011001101101111101001000110110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29454D;
 }
 .AnyTagClassName
 {
   color: #29454D;
 }
</style>
background-color css

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

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

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

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

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

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