#304C1B

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

Shades of Seaweed #304C1B

Tints of Seaweed #304C1B

Color information

#304C1B (or 0x304C1B) is unknown color: approx Seaweed. HEX triplet: 30, 4C and 1B. RGB value is (48,76,27). Sum of RGB (Red+Green+Blue) = 48+76+27=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #304C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C1B is #CFB3E4. Grayscale: #3E3E3E. Windows color (decimal): -13612005 or 1788976. OLE color: 1788976.

HSL color Cylindrical-coordinate representation of color #304C1B: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304C1B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB487627-
CMYK0.3700.640.70
HSL94.29º47.57%20.2%-
HSV(B)94.29º64.47%29.8%-
XYZ45.881.96-
YUV62.04108.22117.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 76 (30.08% from 255) = 50.33%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=31.79%
G=50.33%
B=17.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876270.3700.640.7094.2947.5720.2
Hex304C1B25040465e3014
Octal60114334501001061366024
Binary110000100110011011100101010000001000110101111011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C1B; }

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

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

<style>
 a { background-color: #304C1B; }

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

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

<style>
 span { border-color: #304C1B; }

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

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