#30471D

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

Shades of Seaweed #30471D

Tints of Seaweed #30471D

Color information

#30471D (or 0x30471D) is unknown color: approx Seaweed. HEX triplet: 30, 47 and 1D. RGB value is (48,71,29). Sum of RGB (Red+Green+Blue) = 48+71+29=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #30471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30471D is #CFB8E2. Grayscale: #3B3B3B. Windows color (decimal): -13613283 or 1918768. OLE color: 1918768.

HSL color Cylindrical-coordinate representation of color #30471D: hue angle of 92.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30471D is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB487129-
CMYK0.3200.590.72
HSL92.86º42%19.61%-
HSV(B)92.86º59.15%27.84%-
XYZ3.695.221.98-
YUV59.33110.88119.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 29 (11.72% from 255) = 19.59%
R=32.43%
G=47.97%
B=19.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871290.3200.590.7292.864219.61
Hex30471D2003B485d2a14
Octal6010735400731101355224
Binary11000010001111110110000001110111001000101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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