#06292A

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

Shades of Swamp #06292A

Tints of Swamp #06292A

Color information

#06292A (or 0x06292A) is unknown color: approx Swamp. HEX triplet: 06, 29 and 2A. RGB value is (6,41,42). Sum of RGB (Red+Green+Blue) = 6+41+42=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 42 - color contains mainly: blue. Hex color #06292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06292A is #F9D6D5. Grayscale: #1E1E1E. Windows color (decimal): -16373462 or 2763014. OLE color: 2763014.

HSL color Cylindrical-coordinate representation of color #06292A: hue angle of 181.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06292A is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB64142-
CMYK0.860.0200.84
HSL181.67º75%9.41%-
HSV(B)181.67º85.71%16.47%-
XYZ1.291.792.47-
YUV30.65134.4110.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 41 (16.41% from 255) = 46.07%
BLUE value IS 42 (16.80% from 255) = 47.19%
R=6.74%
G=46.07%
B=47.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal641420.860.0200.84181.67759.41
Hex6292A562054b64b9
Octal651521262012426611311
Binary110101001101010101011010010101001011011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06292A; }

 p { color: rgb(6,41,42); }

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

<style>
 a { background-color: #06292A; }

 a { background-color: rgb(6,41,42); }

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

<style>
 span { border-color: #06292A; }

 span { border-color: rgb(6,41,42); }

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