#29444C

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

Shades of Green Vogue #29444C

Tints of Green Vogue #29444C

Color information

#29444C (or 0x29444C) is unknown color: approx Green Vogue. HEX triplet: 29, 44 and 4C. RGB value is (41,68,76). Sum of RGB (Red+Green+Blue) = 41+68+76=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #29444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29444C is #D6BBB3. Grayscale: #3C3C3C. Windows color (decimal): -14072756 or 4998185. OLE color: 4998185.

HSL color Cylindrical-coordinate representation of color #29444C: hue angle of 193.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #29444C is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB416876-
CMYK0.460.1100.70
HSL193.71º29.91%22.94%-
HSV(B)193.71º46.05%29.8%-
XYZ4.295.137.6-
YUV60.84136.55113.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=22.16%
G=36.76%
B=41.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4168760.460.1100.70193.7129.9122.94
Hex29444C2EB046c21e17
Octal51104114561301063023627
Binary10100110001001001100101110101101000110110000101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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