#29454E

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

Shades of Green Vogue #29454E

Tints of Green Vogue #29454E

Color information

#29454E (or 0x29454E) is unknown color: approx Green Vogue. HEX triplet: 29, 45 and 4E. RGB value is (41,69,78). Sum of RGB (Red+Green+Blue) = 41+69+78=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #29454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29454E is #D6BAB1. Grayscale: #3D3D3D. Windows color (decimal): -14072498 or 5129513. OLE color: 5129513.

HSL color Cylindrical-coordinate representation of color #29454E: hue angle of 194.59º 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 #29454E is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416978-
CMYK0.470.1200.69
HSL194.59º31.09%23.33%-
HSV(B)194.59º47.44%30.59%-
XYZ4.425.287.99-
YUV61.65137.22113.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=21.81%
G=36.70%
B=41.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4169780.470.1200.69194.5931.0923.33
Hex29454E2FC045c31f17
Octal51105116571401053033727
Binary10100110001011001110101111110001000101110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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