#304220

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

Shades of Seaweed #304220

Tints of Seaweed #304220

Color information

#304220 (or 0x304220) is unknown color: approx Seaweed. HEX triplet: 30, 42 and 20. RGB value is (48,66,32). Sum of RGB (Red+Green+Blue) = 48+66+32=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #304220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304220 is #CFBDDF. Grayscale: #383838. Windows color (decimal): -13614560 or 2114096. OLE color: 2114096.

HSL color Cylindrical-coordinate representation of color #304220: hue angle of 91.76º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304220 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB486632-
CMYK0.2700.520.74
HSL91.76º34.69%19.22%-
HSV(B)91.76º51.52%25.88%-
XYZ3.434.632.08-
YUV56.74114.04121.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=32.88%
G=45.21%
B=21.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866320.2700.520.7491.7634.6919.22
Hex3042201B0344A5c2313
Octal6010240330641121344323
Binary11000010000101000001101101101001001010101110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304220; }

 p { color: rgb(48,66,32); }

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

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

 a { background-color: rgb(48,66,32); }

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

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

 span { border-color: rgb(48,66,32); }

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