#29434F

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

Shades of Green Vogue #29434F

Tints of Green Vogue #29434F

Color information

#29434F (or 0x29434F) is unknown color: approx Green Vogue. HEX triplet: 29, 43 and 4F. RGB value is (41,67,79). Sum of RGB (Red+Green+Blue) = 41+67+79=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #29434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29434F is #D6BCB0. Grayscale: #3C3C3C. Windows color (decimal): -14073009 or 5194537. OLE color: 5194537.

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

Color convert

RGB416779-
CMYK0.480.1500.69
HSL198.95º31.67%23.53%-
HSV(B)198.95º48.1%30.98%-
XYZ4.335.058.14-
YUV60.59138.39114.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=21.93%
G=35.83%
B=42.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4167790.480.1500.69198.9531.6723.53
Hex29434F30F045c72018
Octal51103117601701053074030
Binary101001100001110011111100001111010001011100011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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