Html Css Color HEX #304021 Seaweed

📋 copy color: '#304021'

red 48 ◦ green 64 ◦ blue 33

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

Shades of Seaweed #304021

Tints of Seaweed #304021

RGB

 RED value IS 48 (19.14% from 255) = 33.1%

 GREEN value IS 64 (25.39% from 255) = 44.14%

 BLUE value IS 33 (13.28% from 255) = 22.76%

R = 33.1%
G = 44.14%
B = 22.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#304021 (or 0x304021) is known color: Seaweed. HEX triplet: 30, 40 and 21. RGB value is (48,64,33). Sum of RGB (Red+Green+Blue) = 48+64+33=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #304021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304021 is #CFBFDE. Grayscale: #373737. Windows color (decimal): -13615071 or 2179120. OLE color: 2179120.

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

Color convert

RGB 48 64 33 -
CMYK 0.25 0 0.48 0.75
HSL 90.97º 0.32% 0.19% -
HSV(B) 90.97º 0.48% 0.25% -
XYZ 3.33 4.4 2.11 -
YUV 55.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 48 64 33 0.25 0 0.48 0.75 90.97 0.32 0.19
Hex 30 40 21 19 0 30 4B 5B 20 13
Octal 60 100 41 31 0 60 113 133 40 23
Binary 110000 1000000 100001 11001 0 110000 1001011 1011011 100000 10011

Color Harmonies of #304021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304021

Black with #304021

Text Example


Text Example

White with #304021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304021; }

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

 H1.HeaderClassName
 {
   color: #304021;
 }
 .AnyTagClassName
 {
   color: #304021;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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