#304320

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

Shades of Seaweed #304320

Tints of Seaweed #304320

Color information

#304320 (or 0x304320) is unknown color: approx Seaweed. HEX triplet: 30, 43 and 20. RGB value is (48,67,32). Sum of RGB (Red+Green+Blue) = 48+67+32=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #304320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304320 is #CFBCDF. Grayscale: #393939. Windows color (decimal): -13614304 or 2114352. OLE color: 2114352.

HSL color Cylindrical-coordinate representation of color #304320: hue angle of 92.57º 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 #304320 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB486732-
CMYK0.2800.520.74
HSL92.57º35.35%19.41%-
HSV(B)92.57º52.24%26.27%-
XYZ3.494.752.1-
YUV57.33113.71121.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=32.65%
G=45.58%
B=21.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867320.2800.520.7492.5735.3519.41
Hex3043201C0344A5d2313
Octal6010340340641121354323
Binary11000010000111000001110001101001001010101110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304320; }

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

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

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

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

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

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

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

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