#292F42

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

Shades of Bunting #292F42

Tints of Bunting #292F42

Color information

#292F42 (or 0x292F42) is unknown color: approx Bunting. HEX triplet: 29, 2F and 42. RGB value is (41,47,66). Sum of RGB (Red+Green+Blue) = 41+47+66=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #292F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F42 is #D6D0BD. Grayscale: #2F2F2F. Windows color (decimal): -14078142 or 4337449. OLE color: 4337449.

HSL color Cylindrical-coordinate representation of color #292F42: hue angle of 225.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #292F42 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB414766-
CMYK0.380.2900.74
HSL225.6º23.36%20.98%-
HSV(B)225.6º37.88%25.88%-
XYZ2.912.95.56-
YUV47.37138.51123.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 66 (26.17% from 255) = 42.86%
R=26.62%
G=30.52%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4147660.380.2900.74225.623.3620.98
Hex292F42261D04Ae21715
Octal5157102463501123422725
Binary10100110111110000101001101110101001010111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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