#294B10

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

Shades of Seaweed #294B10

Tints of Seaweed #294B10

Color information

#294B10 (or 0x294B10) is unknown color: approx Seaweed. HEX triplet: 29, 4B and 10. RGB value is (41,75,16). Sum of RGB (Red+Green+Blue) = 41+75+16=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #294B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294B10 is #D6B4EF. Grayscale: #3A3A3A. Windows color (decimal): -14071024 or 1067817. OLE color: 1067817.

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

Color convert

RGB417516-
CMYK0.4500.790.71
HSL94.58º64.84%17.84%-
HSV(B)94.58º78.67%29.41%-
XYZ3.525.541.37-
YUV58.11104.24115.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 75 (29.69% from 255) = 56.82%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=31.06%
G=56.82%
B=12.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175160.4500.790.7194.5864.8417.84
Hex294B102D04F475f4112
Octal511132055011710713710122
Binary1010011001011100001011010100111110001111011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294B10; }

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

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

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

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

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

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

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

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