#292E2F

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

Shades of Swamp #292E2F

Tints of Swamp #292E2F

Color information

#292E2F (or 0x292E2F) is unknown color: approx Swamp. HEX triplet: 29, 2E and 2F. RGB value is (41,46,47). Sum of RGB (Red+Green+Blue) = 41+46+47=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 47 - color contains mainly: blue. Hex color #292E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E2F is #D6D1D0. Grayscale: #2C2C2C. Windows color (decimal): -14078417 or 3092009. OLE color: 3092009.

HSL color Cylindrical-coordinate representation of color #292E2F: hue angle of 190º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292E2F is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB414647-
CMYK0.130.0200.82
HSL190º6.82%17.25%-
HSV(B)190º12.77%18.43%-
XYZ2.42.633.07-
YUV44.62129.34125.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=30.60%
G=34.33%
B=35.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146470.130.0200.821906.8217.25
Hex292E2FD2052be711
Octal5156571520122276721
Binary101001101110101111110110010100101011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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