#30401D

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

Shades of Seaweed #30401D

Tints of Seaweed #30401D

Color information

#30401D (or 0x30401D) is unknown color: approx Seaweed. HEX triplet: 30, 40 and 1D. RGB value is (48,64,29). Sum of RGB (Red+Green+Blue) = 48+64+29=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #30401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30401D is #CFBFE2. Grayscale: #373737. Windows color (decimal): -13615075 or 1916976. OLE color: 1916976.

HSL color Cylindrical-coordinate representation of color #30401D: hue angle of 87.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30401D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB486429-
CMYK0.2500.550.75
HSL87.43º37.63%18.24%-
HSV(B)87.43º54.69%25.1%-
XYZ3.274.381.84-
YUV55.23113.2122.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=34.04%
G=45.39%
B=20.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864290.2500.550.7587.4337.6318.24
Hex30401D190374B572612
Octal6010035310671131274622
Binary1100001000000111011100101101111001011101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30401D; }

 p { color: rgb(48,64,29); }

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

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

 a { background-color: rgb(48,64,29); }

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

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

 span { border-color: rgb(48,64,29); }

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