#30461F

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

Shades of Seaweed #30461F

Tints of Seaweed #30461F

Color information

#30461F (or 0x30461F) is unknown color: approx Seaweed. HEX triplet: 30, 46 and 1F. RGB value is (48,70,31). Sum of RGB (Red+Green+Blue) = 48+70+31=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #30461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30461F is #CFB9E0. Grayscale: #3B3B3B. Windows color (decimal): -13613537 or 2049584. OLE color: 2049584.

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

Color convert

RGB487031-
CMYK0.3100.560.73
HSL93.85º38.61%19.8%-
HSV(B)93.85º55.71%27.45%-
XYZ3.665.112.09-
YUV58.98112.21120.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=32.21%
G=46.98%
B=20.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870310.3100.560.7393.8538.6119.8
Hex30461F1F038495e2714
Octal6010637370701111364724
Binary1100001000110111111111101110001001001101111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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