#304224

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

Shades of Seaweed #304224

Tints of Seaweed #304224

Color information

#304224 (or 0x304224) is unknown color: approx Seaweed. HEX triplet: 30, 42 and 24. RGB value is (48,66,36). Sum of RGB (Red+Green+Blue) = 48+66+36=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #304224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304224 is #CFBDDB. Grayscale: #393939. Windows color (decimal): -13614556 or 2376240. OLE color: 2376240.

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

Color convert

RGB486636-
CMYK0.2700.450.74
HSL96º29.41%20%-
HSV(B)96º45.45%25.88%-
XYZ3.494.652.38-
YUV57.2116.04121.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 36 (14.45% from 255) = 24%
R=32%
G=44%
B=24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866360.2700.450.749629.4120
Hex3042241B02D4A601d14
Octal6010244330551121403524
Binary1100001000010100100110110101101100101011000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304224; }

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

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

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

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

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

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

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

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