#2B3030

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

Shades of Swamp #2B3030

Tints of Swamp #2B3030

Color information

#2B3030 (or 0x2B3030) is unknown color: approx Swamp. HEX triplet: 2B, 30 and 30. RGB value is (43,48,48). Sum of RGB (Red+Green+Blue) = 43+48+48=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #2B3030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3030 is #D4CFCF. Grayscale: #2E2E2E. Windows color (decimal): -13946832 or 3158059. OLE color: 3158059.

HSL color Cylindrical-coordinate representation of color #2B3030: hue angle of 180º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2B3030 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB434848-
CMYK0.10000.81
HSL180º5.49%17.84%-
HSV(B)180º10.42%18.82%-
XYZ2.592.843.21-
YUV46.5128.84125.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.94%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=30.94%
G=34.53%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348480.10000.811805.4917.84
Hex2B3030A0051b4512
Octal5360601200121264522
Binary10101111000011000010100010100011011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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