#304815

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

Shades of Seaweed #304815

Tints of Seaweed #304815

Color information

#304815 (or 0x304815) is unknown color: approx Seaweed. HEX triplet: 30, 48 and 15. RGB value is (48,72,21). Sum of RGB (Red+Green+Blue) = 48+72+21=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #304815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304815 is #CFB7EA. Grayscale: #3B3B3B. Windows color (decimal): -13613035 or 1394736. OLE color: 1394736.

HSL color Cylindrical-coordinate representation of color #304815: hue angle of 88.24º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304815 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB487221-
CMYK0.3300.710.72
HSL88.24º54.84%18.24%-
HSV(B)88.24º70.83%28.24%-
XYZ3.675.321.54-
YUV59.01106.55120.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=34.04%
G=51.06%
B=14.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872210.3300.710.7288.2454.8418.24
Hex3048152104748583712
Octal60110254101071101306722
Binary110000100100010101100001010001111001000101100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304815; }

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

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

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

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

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

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

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

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