#29424B

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

Shades of Green Vogue #29424B

Tints of Green Vogue #29424B

Color information

#29424B (or 0x29424B) is unknown color: approx Green Vogue. HEX triplet: 29, 42 and 4B. RGB value is (41,66,75). Sum of RGB (Red+Green+Blue) = 41+66+75=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #29424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29424B is #D6BDB4. Grayscale: #3B3B3B. Windows color (decimal): -14073269 or 4932137. OLE color: 4932137.

HSL color Cylindrical-coordinate representation of color #29424B: hue angle of 195.88º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29424B is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB416675-
CMYK0.450.1200.71
HSL195.88º29.31%22.75%-
HSV(B)195.88º45.33%29.41%-
XYZ4.134.887.38-
YUV59.55136.72114.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=22.53%
G=36.26%
B=41.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4166750.450.1200.71195.8829.3122.75
Hex29424B2DC047c41d17
Octal51102113551401073043527
Binary10100110000101001011101101110001000111110001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29424B; }

 p { color: rgb(41,66,75); }

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

<style>
 a { background-color: #29424B; }

 a { background-color: rgb(41,66,75); }

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

<style>
 span { border-color: #29424B; }

 span { border-color: rgb(41,66,75); }

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