#29444F

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

Shades of Green Vogue #29444F

Tints of Green Vogue #29444F

Color information

#29444F (or 0x29444F) is unknown color: approx Green Vogue. HEX triplet: 29, 44 and 4F. RGB value is (41,68,79). Sum of RGB (Red+Green+Blue) = 41+68+79=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #29444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29444F is #D6BBB0. Grayscale: #3D3D3D. Windows color (decimal): -14072753 or 5194793. OLE color: 5194793.

HSL color Cylindrical-coordinate representation of color #29444F: hue angle of 197.37º 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 #29444F is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416879-
CMYK0.480.1400.69
HSL197.37º31.67%23.53%-
HSV(B)197.37º48.1%30.98%-
XYZ4.395.178.16-
YUV61.18138.05113.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=21.81%
G=36.17%
B=42.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4168790.480.1400.69197.3731.6723.53
Hex29444F30E045c52018
Octal51104117601601053054030
Binary101001100010010011111100001110010001011100010110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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