#304D1A

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

Shades of Seaweed #304D1A

Tints of Seaweed #304D1A

Color information

#304D1A (or 0x304D1A) is unknown color: approx Seaweed. HEX triplet: 30, 4D and 1A. RGB value is (48,77,26). Sum of RGB (Red+Green+Blue) = 48+77+26=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #304D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D1A is #CFB2E5. Grayscale: #3E3E3E. Windows color (decimal): -13611750 or 1723696. OLE color: 1723696.

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

Color convert

RGB487726-
CMYK0.3800.660.70
HSL94.12º49.51%20.2%-
HSV(B)94.12º66.23%30.2%-
XYZ4.066.011.92-
YUV62.52107.39117.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 77 (30.47% from 255) = 50.99%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=31.79%
G=50.99%
B=17.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877260.3800.660.7094.1249.5120.2
Hex304D1A26042465e3214
Octal60115324601021061366224
Binary110000100110111010100110010000101000110101111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,77,26); }

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

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

 a { background-color: rgb(48,77,26); }

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

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

 span { border-color: rgb(48,77,26); }

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