#052B2C

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

Shades of Swamp #052B2C

Tints of Swamp #052B2C

Color information

#052B2C (or 0x052B2C) is unknown color: approx Swamp. HEX triplet: 05, 2B and 2C. RGB value is (5,43,44). Sum of RGB (Red+Green+Blue) = 5+43+44=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 43 (17.19% from 255 or 46.74% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #052B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B2C is #FAD4D3. Grayscale: #1F1F1F. Windows color (decimal): -16438484 or 2894597. OLE color: 2894597.

HSL color Cylindrical-coordinate representation of color #052B2C: hue angle of 181.54º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052B2C is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB54344-
CMYK0.890.0200.83
HSL181.54º79.59%9.61%-
HSV(B)181.54º88.64%17.25%-
XYZ1.381.942.68-
YUV31.75134.91108.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 43 (17.19% from 255) = 46.74%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=5.43%
G=46.74%
B=47.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal543440.890.0200.83181.5479.599.61
Hex52B2C592053b650a
Octal553541312012326612012
Binary101101011101100101100110010100111011011010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052B2C; }

 p { color: rgb(5,43,44); }

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

<style>
 a { background-color: #052B2C; }

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

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

<style>
 span { border-color: #052B2C; }

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

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