#30481F

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

Shades of Seaweed #30481F

Tints of Seaweed #30481F

Color information

#30481F (or 0x30481F) is unknown color: approx Seaweed. HEX triplet: 30, 48 and 1F. RGB value is (48,72,31). Sum of RGB (Red+Green+Blue) = 48+72+31=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #30481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30481F is #CFB7E0. Grayscale: #3C3C3C. Windows color (decimal): -13613025 or 2050096. OLE color: 2050096.

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

Color convert

RGB487231-
CMYK0.3300.570.72
HSL95.12º39.81%20.2%-
HSV(B)95.12º56.94%28.24%-
XYZ3.785.362.13-
YUV60.15111.55119.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=31.79%
G=47.68%
B=20.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872310.3300.570.7295.1239.8120.2
Hex30481F21039485f2814
Octal6011037410711101375024
Binary11000010010001111110000101110011001000101111110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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