#062B2C

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

Shades of Swamp #062B2C

Tints of Swamp #062B2C

Color information

#062B2C (or 0x062B2C) is unknown color: approx Swamp. HEX triplet: 06, 2B and 2C. RGB value is (6,43,44). Sum of RGB (Red+Green+Blue) = 6+43+44=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #062B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B2C is #F9D4D3. Grayscale: #202020. Windows color (decimal): -16372948 or 2894598. OLE color: 2894598.

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

Color convert

RGB64344-
CMYK0.860.0200.83
HSL181.58º76%9.8%-
HSV(B)181.58º86.36%17.25%-
XYZ1.391.952.69-
YUV32.05134.74109.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 43 (17.19% from 255) = 46.24%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=6.45%
G=46.24%
B=47.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal643440.860.0200.83181.58769.8
Hex62B2C562053b64ca
Octal653541262012326611412
Binary110101011101100101011010010100111011011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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