#30342A

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

Shades of Marshland #30342A

Tints of Marshland #30342A

Color information

#30342A (or 0x30342A) is unknown color: approx Marshland. HEX triplet: 30, 34 and 2A. RGB value is (48,52,42). Sum of RGB (Red+Green+Blue) = 48+52+42=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 52 - color contains mainly: green. Hex color #30342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30342A is #CFCBD5. Grayscale: #313131. Windows color (decimal): -13618134 or 2765872. OLE color: 2765872.

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

Color convert

RGB485242-
CMYK0.0800.190.80
HSL84º10.64%18.43%-
HSV(B)84º19.23%20.39%-
XYZ2.863.252.67-
YUV49.66123.67126.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=33.80%
G=36.62%
B=29.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4852420.0800.190.808410.6418.43
Hex30342A80135054b12
Octal606452100231201241322
Binary110000110100101010100001001110100001010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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