#2B2E2E

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

Shades of Swamp #2B2E2E

Tints of Swamp #2B2E2E

Color information

#2B2E2E (or 0x2B2E2E) is unknown color: approx Swamp. HEX triplet: 2B, 2E and 2E. RGB value is (43,46,46). Sum of RGB (Red+Green+Blue) = 43+46+46=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 46 - color contains mainly: green, blue. Hex color #2B2E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E2E is #D4D1D1. Grayscale: #2D2D2D. Windows color (decimal): -13947346 or 3026475. OLE color: 3026475.

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

Color convert

RGB434646-
CMYK0.07000.82
HSL180º3.37%17.45%-
HSV(B)180º6.52%18.04%-
XYZ2.472.662.97-
YUV45.1128.51126.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.85%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=31.85%
G=34.07%
B=34.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4346460.07000.821803.3717.45
Hex2B2E2E70052b4311
Octal535656700122264321
Binary101011101110101110111001010010101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B2E2E; }

 p { color: rgb(43,46,46); }

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

<style>
 a { background-color: #2B2E2E; }

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

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

<style>
 span { border-color: #2B2E2E; }

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

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