#29444E

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

Shades of Green Vogue #29444E

Tints of Green Vogue #29444E

Color information

#29444E (or 0x29444E) is unknown color: approx Green Vogue. HEX triplet: 29, 44 and 4E. RGB value is (41,68,78). Sum of RGB (Red+Green+Blue) = 41+68+78=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #29444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29444E is #D6BBB1. Grayscale: #3C3C3C. Windows color (decimal): -14072754 or 5129257. OLE color: 5129257.

HSL color Cylindrical-coordinate representation of color #29444E: hue angle of 196.22º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29444E is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416878-
CMYK0.470.1300.69
HSL196.22º31.09%23.33%-
HSV(B)196.22º47.44%30.59%-
XYZ4.365.167.97-
YUV61.07137.55113.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=21.93%
G=36.36%
B=41.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4168780.470.1300.69196.2231.0923.33
Hex29444E2FD045c41f17
Octal51104116571501053043727
Binary10100110001001001110101111110101000101110001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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