#30401E

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

Shades of Seaweed #30401E

Tints of Seaweed #30401E

Color information

#30401E (or 0x30401E) is unknown color: approx Seaweed. HEX triplet: 30, 40 and 1E. RGB value is (48,64,30). Sum of RGB (Red+Green+Blue) = 48+64+30=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #30401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30401E is #CFBFE1. Grayscale: #373737. Windows color (decimal): -13615074 or 1982512. OLE color: 1982512.

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

Color convert

RGB486430-
CMYK0.2500.530.75
HSL88.24º36.17%18.43%-
HSV(B)88.24º53.12%25.1%-
XYZ3.294.391.9-
YUV55.34113.7122.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=33.80%
G=45.07%
B=21.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864300.2500.530.7588.2436.1718.43
Hex30401E190354B582412
Octal6010036310651131304422
Binary1100001000000111101100101101011001011101100010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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