Html Css Color HEX #304320 Seaweed

📋 copy color: '#304320'

red 48 ◦ green 67 ◦ blue 32

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

Shades of Seaweed #304320

Tints of Seaweed #304320

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

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 48 67 32 -
CMYK 0.28 0 0.52 0.74
HSL 92.57º 0.35% 0.19% -
HSV(B) 92.57º 0.52% 0.26% -
XYZ 3.49 4.75 2.1 -
YUV 57.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 48 67 32 0.28 0 0.52 0.74 92.57 0.35 0.19
Hex 30 43 20 1C 0 34 4A 5D 23 13
Octal 60 103 40 34 0 64 112 135 43 23
Binary 110000 1000011 100000 11100 0 110100 1001010 1011101 100011 10011

Color Harmonies of #304320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304320

Black with #304320

Text Example


Text Example

White with #304320

Text Example


Text Example

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