Html Css Color HEX #30401C Seaweed

📋 copy color: '#30401C'

red 48 ◦ green 64 ◦ blue 28

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

Shades of Seaweed #30401C

Tints of Seaweed #30401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20%

R = 34.29%
G = 45.71%
B = 20%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#30401C (or 0x30401C) is known color: Seaweed. HEX triplet: 30, 40 and 1C. RGB value is (48,64,28). Sum of RGB (Red+Green+Blue) = 48+64+28=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #30401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30401C is #CFBFE3. Grayscale: #373737. Windows color (decimal): -13615076 or 1851440. OLE color: 1851440.

HSL color Cylindrical-coordinate representation of color #30401C: hue angle of 86.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30401C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 28 -
CMYK 0.25 0 0.56 0.75
HSL 86.67º 0.39% 0.18% -
HSV(B) 86.67º 0.56% 0.25% -
XYZ 3.26 4.38 1.77 -
YUV 55.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 48 64 28 0.25 0 0.56 0.75 86.67 0.39 0.18
Hex 30 40 1C 19 0 38 4B 57 27 12
Octal 60 100 34 31 0 70 113 127 47 22
Binary 110000 1000000 11100 11001 0 111000 1001011 1010111 100111 10010

Color Harmonies of #30401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30401C

Black with #30401C

Text Example


Text Example

White with #30401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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