Html Css Color HEX #30481D Seaweed

📋 copy color: '#30481D'

red 48 ◦ green 72 ◦ blue 29

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

Shades of Seaweed #30481D

Tints of Seaweed #30481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.32%

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 32.21%
G = 48.32%
B = 19.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#30481D (or 0x30481D) is known color: Seaweed. HEX triplet: 30, 48 and 1D. RGB value is (48,72,29). Sum of RGB (Red+Green+Blue) = 48+72+29=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #30481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30481D is #CFB7E2. Grayscale: #3C3C3C. Windows color (decimal): -13613027 or 1919024. OLE color: 1919024.

HSL color Cylindrical-coordinate representation of color #30481D: hue angle of 93.49º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30481D is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 29 -
CMYK 0.33 0 0.60 0.72
HSL 93.49º 0.43% 0.2% -
HSV(B) 93.49º 0.6% 0.28% -
XYZ 3.76 5.35 2 -
YUV 59.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 48 72 29 0.33 0 0.60 0.72 93.49 0.43 0.2
Hex 30 48 1D 21 0 3C 48 5D 2B 14
Octal 60 110 35 41 0 74 110 135 53 24
Binary 110000 1001000 11101 100001 0 111100 1001000 1011101 101011 10100

Color Harmonies of #30481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30481D

Black with #30481D

Text Example


Text Example

White with #30481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30481D; }

 p { color: rgb(48,72,29); }

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

background-color css

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

 a { background-color: rgb(48,72,29); }

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

border-color css

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

 span { border-color: rgb(48,72,29); }

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