Html Css Color HEX #30491E Seaweed

📋 copy color: '#30491E'

red 48 ◦ green 73 ◦ blue 30

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

Shades of Seaweed #30491E

Tints of Seaweed #30491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.34%

 BLUE value IS 30 (12.11% from 255) = 19.87%

R = 31.79%
G = 48.34%
B = 19.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#30491E (or 0x30491E) is known color: Seaweed. HEX triplet: 30, 49 and 1E. RGB value is (48,73,30). Sum of RGB (Red+Green+Blue) = 48+73+30=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #30491E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30491E is #CFB6E1. Grayscale: #3C3C3C. Windows color (decimal): -13612770 or 1984816. OLE color: 1984816.

HSL color Cylindrical-coordinate representation of color #30491E: hue angle of 94.88º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30491E is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 30 -
CMYK 0.34 0 0.59 0.71
HSL 94.88º 0.42% 0.2% -
HSV(B) 94.88º 0.59% 0.29% -
XYZ 3.84 5.49 2.09 -
YUV 60.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 48 73 30 0.34 0 0.59 0.71 94.88 0.42 0.2
Hex 30 49 1E 22 0 3B 47 5F 2A 14
Octal 60 111 36 42 0 73 107 137 52 24
Binary 110000 1001001 11110 100010 0 111011 1000111 1011111 101010 10100

Color Harmonies of #30491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30491E

Black with #30491E

Text Example


Text Example

White with #30491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30491E; }

 p { color: rgb(48,73,30); }

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

background-color css

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

 a { background-color: rgb(48,73,30); }

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

border-color css

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

 span { border-color: rgb(48,73,30); }

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