#30401C

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

Shades of Seaweed #30401C

Tints of Seaweed #30401C

Color information

#30401C (or 0x30401C) is unknown color: approx Seaweed. HEX triplet: 30, 40 and 1C. RGB value is (48,64,28). Sum of RGB (Red+Green+Blue) = 48+64+28=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #30401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30401C is #CFBFE3. Grayscale: #373737. Windows color (decimal): -13615076 or 1851440. OLE color: 1851440.

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

Color convert

RGB486428-
CMYK0.2500.560.75
HSL86.67º39.13%18.04%-
HSV(B)86.67º56.25%25.1%-
XYZ3.264.381.77-
YUV55.11112.7122.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 28 (11.33% from 255) = 20%
R=34.29%
G=45.71%
B=20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864280.2500.560.7586.6739.1318.04
Hex30401C190384B572712
Octal6010034310701131274722
Binary1100001000000111001100101110001001011101011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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