#294910

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

Shades of Seaweed #294910

Tints of Seaweed #294910

Color information

#294910 (or 0x294910) is unknown color: approx Seaweed. HEX triplet: 29, 49 and 10. RGB value is (41,73,16). Sum of RGB (Red+Green+Blue) = 41+73+16=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #294910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294910 is #D6B6EF. Grayscale: #393939. Windows color (decimal): -14071536 or 1067305. OLE color: 1067305.

HSL color Cylindrical-coordinate representation of color #294910: hue angle of 93.68º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294910 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB417316-
CMYK0.4400.780.71
HSL93.68º64.04%17.45%-
HSV(B)93.68º78.08%28.63%-
XYZ3.395.271.33-
YUV56.93104.9116.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=31.54%
G=56.15%
B=12.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173160.4400.780.7193.6864.0417.45
Hex2949102C04E475e4011
Octal511112054011610713610021
Binary1010011001001100001011000100111010001111011110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294910; }

 p { color: rgb(41,73,16); }

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

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

 a { background-color: rgb(41,73,16); }

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

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

 span { border-color: rgb(41,73,16); }

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