#292F2F

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

Shades of Swamp #292F2F

Tints of Swamp #292F2F

Color information

#292F2F (or 0x292F2F) is unknown color: approx Swamp. HEX triplet: 29, 2F and 2F. RGB value is (41,47,47). Sum of RGB (Red+Green+Blue) = 41+47+47=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 47 - color contains mainly: green, blue. Hex color #292F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F2F is #D6D0D0. Grayscale: #2D2D2D. Windows color (decimal): -14078161 or 3092265. OLE color: 3092265.

HSL color Cylindrical-coordinate representation of color #292F2F: hue angle of 180º 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 #292F2F is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB414747-
CMYK0.13000.82
HSL180º6.82%17.25%-
HSV(B)180º12.77%18.43%-
XYZ2.442.713.08-
YUV45.21129.01125-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=30.37%
G=34.81%
B=34.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4147470.13000.821806.8217.25
Hex292F2FD0052b4711
Octal5157571500122264721
Binary10100110111110111111010010100101011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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