#304121

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

Shades of Seaweed #304121

Tints of Seaweed #304121

Color information

#304121 (or 0x304121) is unknown color: approx Seaweed. HEX triplet: 30, 41 and 21. RGB value is (48,65,33). Sum of RGB (Red+Green+Blue) = 48+65+33=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #304121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304121 is #CFBEDE. Grayscale: #383838. Windows color (decimal): -13614815 or 2179376. OLE color: 2179376.

HSL color Cylindrical-coordinate representation of color #304121: hue angle of 91.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #304121 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB486533-
CMYK0.2600.490.75
HSL91.88º32.65%19.22%-
HSV(B)91.88º49.23%25.49%-
XYZ3.384.522.13-
YUV56.27114.87122.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=32.88%
G=44.52%
B=22.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865330.2600.490.7591.8832.6519.22
Hex3041211A0314B5c2113
Octal6010141320611131344123
Binary11000010000011000011101001100011001011101110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304121; }

 p { color: rgb(48,65,33); }

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

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

 a { background-color: rgb(48,65,33); }

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

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

 span { border-color: rgb(48,65,33); }

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