#292F47

Color #292F47 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #292F47

Tints of Bunting #292F47

Color information

#292F47 (or 0x292F47) is unknown color: approx Bunting. HEX triplet: 29, 2F and 47. RGB value is (41,47,71). Sum of RGB (Red+Green+Blue) = 41+47+71=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #292F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F47 is #D6D0B8. Grayscale: #2F2F2F. Windows color (decimal): -14078137 or 4665129. OLE color: 4665129.

HSL color Cylindrical-coordinate representation of color #292F47: hue angle of 228º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #292F47 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB414771-
CMYK0.420.3400.72
HSL228º26.79%21.96%-
HSV(B)228º42.25%27.84%-
XYZ3.072.966.37-
YUV47.94141.01123.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 71 (28.12% from 255) = 44.65%
R=25.79%
G=29.56%
B=44.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4147710.420.3400.7222826.7921.96
Hex292F472A22048e41b16
Octal5157107524201103443326
Binary101001101111100011110101010001001001000111001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292F47; }

 p { color: rgb(41,47,71); }

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

<style>
 a { background-color: #292F47; }

 a { background-color: rgb(41,47,71); }

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

<style>
 span { border-color: #292F47; }

 span { border-color: rgb(41,47,71); }

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