#30441D

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

Shades of Seaweed #30441D

Tints of Seaweed #30441D

Color information

#30441D (or 0x30441D) is unknown color: approx Seaweed. HEX triplet: 30, 44 and 1D. RGB value is (48,68,29). Sum of RGB (Red+Green+Blue) = 48+68+29=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #30441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30441D is #CFBBE2. Grayscale: #393939. Windows color (decimal): -13614051 or 1918000. OLE color: 1918000.

HSL color Cylindrical-coordinate representation of color #30441D: hue angle of 90.77º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30441D is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB486829-
CMYK0.2900.570.73
HSL90.77º40.21%19.02%-
HSV(B)90.77º57.35%26.67%-
XYZ3.514.851.91-
YUV57.57111.87121.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 29 (11.72% from 255) = 20%
R=33.10%
G=46.90%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868290.2900.570.7390.7740.2119.02
Hex30441D1D039495b2813
Octal6010435350711111335023
Binary1100001000100111011110101110011001001101101110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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