#30441E

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

Shades of Seaweed #30441E

Tints of Seaweed #30441E

Color information

#30441E (or 0x30441E) is unknown color: approx Seaweed. HEX triplet: 30, 44 and 1E. RGB value is (48,68,30). Sum of RGB (Red+Green+Blue) = 48+68+30=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #30441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30441E is #CFBBE1. Grayscale: #393939. Windows color (decimal): -13614050 or 1983536. OLE color: 1983536.

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

Color convert

RGB486830-
CMYK0.2900.560.73
HSL91.58º38.78%19.22%-
HSV(B)91.58º55.88%26.67%-
XYZ3.524.861.98-
YUV57.69112.37121.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=32.88%
G=46.58%
B=20.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868300.2900.560.7391.5838.7819.22
Hex30441E1D038495c2713
Octal6010436350701111344723
Binary1100001000100111101110101110001001001101110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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