#303429

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

Shades of Marshland #303429

Tints of Marshland #303429

Color information

#303429 (or 0x303429) is unknown color: approx Marshland. HEX triplet: 30, 34 and 29. RGB value is (48,52,41). Sum of RGB (Red+Green+Blue) = 48+52+41=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #303429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303429 is #CFCBD6. Grayscale: #313131. Windows color (decimal): -13618135 or 2700336. OLE color: 2700336.

HSL color Cylindrical-coordinate representation of color #303429: hue angle of 81.82º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303429 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB485241-
CMYK0.0800.210.80
HSL81.82º11.83%18.24%-
HSV(B)81.82º21.15%20.39%-
XYZ2.853.242.57-
YUV49.55123.17126.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=34.04%
G=36.88%
B=29.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4852410.0800.210.8081.8211.8318.24
Hex30342980155052c12
Octal606451100251201221422
Binary110000110100101001100001010110100001010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303429; }

 p { color: rgb(48,52,41); }

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

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

 a { background-color: rgb(48,52,41); }

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

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

 span { border-color: rgb(48,52,41); }

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