#304024

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

Shades of Seaweed #304024

Tints of Seaweed #304024

Color information

#304024 (or 0x304024) is unknown color: approx Seaweed. HEX triplet: 30, 40 and 24. RGB value is (48,64,36). Sum of RGB (Red+Green+Blue) = 48+64+36=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #304024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304024 is #CFBFDB. Grayscale: #383838. Windows color (decimal): -13615068 or 2375728. OLE color: 2375728.

HSL color Cylindrical-coordinate representation of color #304024: hue angle of 94.29º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304024 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB486436-
CMYK0.2500.440.75
HSL94.29º28%19.61%-
HSV(B)94.29º43.75%25.1%-
XYZ3.374.422.35-
YUV56.02116.7122.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=32.43%
G=43.24%
B=24.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864360.2500.440.7594.292819.61
Hex3040241902C4B5e1c14
Octal6010044310541131363424
Binary1100001000000100100110010101100100101110111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304024; }

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

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

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

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

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

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

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

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