#304916

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

Shades of Seaweed #304916

Tints of Seaweed #304916

Color information

#304916 (or 0x304916) is unknown color: approx Seaweed. HEX triplet: 30, 49 and 16. RGB value is (48,73,22). Sum of RGB (Red+Green+Blue) = 48+73+22=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #304916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304916 is #CFB6E9. Grayscale: #3B3B3B. Windows color (decimal): -13612778 or 1460528. OLE color: 1460528.

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

Color convert

RGB487322-
CMYK0.3400.700.71
HSL89.41º53.68%18.63%-
HSV(B)89.41º69.86%28.63%-
XYZ3.755.451.61-
YUV59.71106.72119.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=33.57%
G=51.05%
B=15.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873220.3400.700.7189.4153.6818.63
Hex3049162204647593613
Octal60111264201061071316623
Binary110000100100110110100010010001101000111101100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304916; }

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

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

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

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

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

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

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

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