#30491B

Color #30491B Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #30491B

Tints of Seaweed #30491B

Color information

#30491B (or 0x30491B) is unknown color: approx 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

RGB487327-
CMYK0.3400.630.71
HSL92.61º46%19.61%-
HSV(B)92.61º63.01%28.63%-
XYZ3.85.471.89-
YUV60.28109.22119.24-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873270.3400.630.7192.614619.61
Hex30491B2203F475d2e14
Octal6011133420771071355624
Binary11000010010011101110001001111111000111101110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>