#304915

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

Shades of Seaweed #304915

Tints of Seaweed #304915

Color information

#304915 (or 0x304915) is unknown color: approx Seaweed. HEX triplet: 30, 49 and 15. RGB value is (48,73,21). Sum of RGB (Red+Green+Blue) = 48+73+21=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #304915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304915 is #CFB6EA. Grayscale: #3B3B3B. Windows color (decimal): -13612779 or 1394992. OLE color: 1394992.

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

Color convert

RGB487321-
CMYK0.3400.710.71
HSL88.85º55.32%18.43%-
HSV(B)88.85º71.23%28.63%-
XYZ3.745.451.56-
YUV59.6106.22119.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 73 (28.91% from 255) = 51.41%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=33.80%
G=51.41%
B=14.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873210.3400.710.7188.8555.3218.43
Hex3049152204747593712
Octal60111254201071071316722
Binary110000100100110101100010010001111000111101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304915; }

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

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

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

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

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

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

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

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