Html Css Color HEX #304020 Seaweed

📋 copy color: '#304020'

red 48 ◦ green 64 ◦ blue 32

#304020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #304020

Tints of Seaweed #304020

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 value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#304020 (or 0x304020) is known color: 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

RGB 48 64 32 -
CMYK 0.25 0 0.50 0.75
HSL 90º 0.33% 0.19% -
HSV(B) 90º 0.5% 0.25% -
XYZ 3.31 4.4 2.04 -
YUV 55.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 48 64 32 0.25 0 0.50 0.75 90 0.33 0.19
Hex 30 40 20 19 0 32 4B 5A 21 13
Octal 60 100 40 31 0 62 113 132 41 23
Binary 110000 1000000 100000 11001 0 110010 1001011 1011010 100001 10011

Color Harmonies of #304020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304020

Black with #304020

Text Example


Text Example

White with #304020

Text Example


Text Example

HTML Codes & Css Web 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>