#30481B

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

Shades of Seaweed #30481B

Tints of Seaweed #30481B

Color information

#30481B (or 0x30481B) is unknown color: approx Seaweed. HEX triplet: 30, 48 and 1B. RGB value is (48,72,27). Sum of RGB (Red+Green+Blue) = 48+72+27=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #30481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30481B is #CFB7E4. Grayscale: #3B3B3B. Windows color (decimal): -13613029 or 1787952. OLE color: 1787952.

HSL color Cylindrical-coordinate representation of color #30481B: hue angle of 92º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30481B is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB487227-
CMYK0.3300.620.72
HSL92º45.45%19.41%-
HSV(B)92º62.5%28.24%-
XYZ3.735.341.87-
YUV59.69109.55119.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=32.65%
G=48.98%
B=18.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872270.3300.620.729245.4519.41
Hex30481B2103E485c2d13
Octal6011033410761101345523
Binary11000010010001101110000101111101001000101110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30481B;
 }
 .AnyTagClassName
 {
   color: #30481B;
 }
</style>
background-color css

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

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

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

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

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

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