#30471F

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

Shades of Seaweed #30471F

Tints of Seaweed #30471F

Color information

#30471F (or 0x30471F) is unknown color: approx Seaweed. HEX triplet: 30, 47 and 1F. RGB value is (48,71,31). Sum of RGB (Red+Green+Blue) = 48+71+31=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #30471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30471F is #CFB8E0. Grayscale: #3B3B3B. Windows color (decimal): -13613281 or 2049840. OLE color: 2049840.

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

Color convert

RGB487131-
CMYK0.3200.560.72
HSL94.5º39.22%20%-
HSV(B)94.5º56.34%27.84%-
XYZ3.725.232.11-
YUV59.56111.88119.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=32%
G=47.33%
B=20.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871310.3200.560.7294.539.2220
Hex30471F20038485e2714
Octal6010737400701101364724
Binary11000010001111111110000001110001001000101111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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