Html Css Color HEX #30491B Seaweed

📋 copy color: '#30491B'

red 48 ◦ green 73 ◦ blue 27

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

Shades of Seaweed #30491B

Tints of Seaweed #30491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 32.43%
G = 49.32%
B = 18.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#30491B (or 0x30491B) is known color: Seaweed. HEX triplet: 30, 49 and 1B. RGB value is (48,73,27). Sum of RGB (Red+Green+Blue) = 48+73+27=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #30491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30491B is #CFB6E4. Grayscale: #3C3C3C. Windows color (decimal): -13612773 or 1788208. OLE color: 1788208.

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

Color convert

RGB 48 73 27 -
CMYK 0.34 0 0.63 0.71
HSL 92.61º 0.46% 0.2% -
HSV(B) 92.61º 0.63% 0.29% -
XYZ 3.8 5.47 1.89 -
YUV 60.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 48 73 27 0.34 0 0.63 0.71 92.61 0.46 0.2
Hex 30 49 1B 22 0 3F 47 5D 2E 14
Octal 60 111 33 42 0 77 107 135 56 24
Binary 110000 1001001 11011 100010 0 111111 1000111 1011101 101110 10100

Color Harmonies of #30491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30491B

Black with #30491B

Text Example


Text Example

White with #30491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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