#042829

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

Shades of Swamp #042829

Tints of Swamp #042829

Color information

#042829 (or 0x042829) is unknown color: approx Swamp. HEX triplet: 04, 28 and 29. RGB value is (4,40,41). Sum of RGB (Red+Green+Blue) = 4+40+41=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #042829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042829 is #FBD7D6. Grayscale: #1D1D1D. Windows color (decimal): -16504791 or 2697220. OLE color: 2697220.

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

Color convert

RGB44041-
CMYK0.900.0200.84
HSL181.62º82.22%8.82%-
HSV(B)181.62º90.24%16.08%-
XYZ1.211.72.36-
YUV29.35134.57109.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.71%
GREEN value IS 40 (16.02% from 255) = 47.06%
BLUE value IS 41 (16.41% from 255) = 48.24%
R=4.71%
G=47.06%
B=48.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal440410.900.0200.84181.6282.228.82
Hex428295A2054b6529
Octal450511322012426612211
Binary100101000101001101101010010101001011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042829; }

 p { color: rgb(4,40,41); }

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

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

 a { background-color: rgb(4,40,41); }

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

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

 span { border-color: rgb(4,40,41); }

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