#304020

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

Shades of Seaweed #304020

Tints of Seaweed #304020

Color information

#304020 (or 0x304020) is unknown color: approx Seaweed. HEX triplet: 30, 40 and 20. RGB value is (48,64,32). Sum of RGB (Red+Green+Blue) = 48+64+32=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #304020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304020 is #CFBFDF. Grayscale: #373737. Windows color (decimal): -13615072 or 2113584. OLE color: 2113584.

HSL color Cylindrical-coordinate representation of color #304020: hue angle of 90º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304020 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB486432-
CMYK0.2500.500.75
HSL90º33.33%18.82%-
HSV(B)90º50%25.1%-
XYZ3.314.42.04-
YUV55.57114.7122.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=33.33%
G=44.44%
B=22.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864320.2500.500.759033.3318.82
Hex304020190324B5a2113
Octal6010040310621131324123
Binary11000010000001000001100101100101001011101101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304020; }

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

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

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

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

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

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

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

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