#29414B

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

Shades of Green Vogue #29414B

Tints of Green Vogue #29414B

Color information

#29414B (or 0x29414B) is unknown color: approx Green Vogue. HEX triplet: 29, 41 and 4B. RGB value is (41,65,75). Sum of RGB (Red+Green+Blue) = 41+65+75=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #29414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29414B is #D6BEB4. Grayscale: #3A3A3A. Windows color (decimal): -14073525 or 4931881. OLE color: 4931881.

HSL color Cylindrical-coordinate representation of color #29414B: hue angle of 197.65º 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 #29414B is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB416575-
CMYK0.450.1300.71
HSL197.65º29.31%22.75%-
HSV(B)197.65º45.33%29.41%-
XYZ4.074.767.36-
YUV58.96137.05115.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=22.65%
G=35.91%
B=41.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4165750.450.1300.71197.6529.3122.75
Hex29414B2DD047c61d17
Octal51101113551501073063527
Binary10100110000011001011101101110101000111110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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