#212E2D

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

Shades of Swamp #212E2D

Tints of Swamp #212E2D

Color information

#212E2D (or 0x212E2D) is unknown color: approx Swamp. HEX triplet: 21, 2E and 2D. RGB value is (33,46,45). Sum of RGB (Red+Green+Blue) = 33+46+45=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 46 - color contains mainly: green. Hex color #212E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E2D is #DED1D2. Grayscale: #292929. Windows color (decimal): -14602707 or 2960929. OLE color: 2960929.

HSL color Cylindrical-coordinate representation of color #212E2D: hue angle of 175.38º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #212E2D is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB334645-
CMYK0.2800.020.82
HSL175.38º16.46%15.49%-
HSV(B)175.38º28.26%18.04%-
XYZ2.082.472.85-
YUV42129.69121.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=26.61%
G=37.10%
B=36.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346450.2800.020.82175.3816.4615.49
Hex212E2D1C0252af10f
Octal41565534021222572017
Binary10000110111010110111100010101001010101111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212E2D; }

 p { color: rgb(33,46,45); }

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

<style>
 a { background-color: #212E2D; }

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

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

<style>
 span { border-color: #212E2D; }

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

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