Html Css Color HEX #304120 Seaweed

📋 copy color: '#304120'

red 48 ◦ green 65 ◦ blue 32

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

Shades of Seaweed #304120

Tints of Seaweed #304120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

 BLUE value IS 32 (12.89% from 255) = 22.07%

R = 33.1%
G = 44.83%
B = 22.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#304120 (or 0x304120) is known color: Seaweed. HEX triplet: 30, 41 and 20. RGB value is (48,65,32). Sum of RGB (Red+Green+Blue) = 48+65+32=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #304120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304120 is #CFBEDF. Grayscale: #383838. Windows color (decimal): -13614816 or 2113840. OLE color: 2113840.

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

Color convert

RGB 48 65 32 -
CMYK 0.26 0 0.51 0.75
HSL 90.91º 0.34% 0.19% -
HSV(B) 90.91º 0.51% 0.25% -
XYZ 3.37 4.51 2.06 -
YUV 56.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 48 65 32 0.26 0 0.51 0.75 90.91 0.34 0.19
Hex 30 41 20 1A 0 33 4B 5B 22 13
Octal 60 101 40 32 0 63 113 133 42 23
Binary 110000 1000001 100000 11010 0 110011 1001011 1011011 100010 10011

Color Harmonies of #304120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304120

Black with #304120

Text Example


Text Example

White with #304120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304120; }

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

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

background-color css

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

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

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

border-color css

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

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

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