Html Css Color HEX #303429 Marshland

📋 copy color: '#303429'

red 48 ◦ green 52 ◦ blue 41

#303429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marshland #303429

Tints of Marshland #303429

RGB

 RED value IS 48 (19.14% from 255) = 34.04%

 GREEN value IS 52 (20.7% 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 value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#303429 (or 0x303429) is known color: 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

RGB 48 52 41 -
CMYK 0.08 0 0.21 0.80
HSL 81.82º 0.12% 0.18% -
HSV(B) 81.82º 0.21% 0.2% -
XYZ 2.85 3.24 2.57 -
YUV 49.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 48 52 41 0.08 0 0.21 0.80 81.82 0.12 0.18
Hex 30 34 29 8 0 15 50 52 C 12
Octal 60 64 51 10 0 25 120 122 14 22
Binary 110000 110100 101001 1000 0 10101 1010000 1010010 1100 10010

Color Harmonies of #303429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303429

Black with #303429

Text Example


Text Example

White with #303429

Text Example


Text Example

HTML Codes & Css Web 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>