#294F0B

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

Shades of Seaweed #294F0B

Tints of Seaweed #294F0B

Color information

#294F0B (or 0x294F0B) is unknown color: approx Seaweed. HEX triplet: 29, 4F and 0B. RGB value is (41,79,11). Sum of RGB (Red+Green+Blue) = 41+79+11=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 79 (31.25% from 255 or 60.31% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 79 - color contains mainly: green. Hex color #294F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294F0B is #D6B0F4. Grayscale: #3C3C3C. Windows color (decimal): -14070005 or 741161. OLE color: 741161.

HSL color Cylindrical-coordinate representation of color #294F0B: hue angle of 93.53º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #294F0B is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB417911-
CMYK0.4800.860.69
HSL93.53º75.56%17.65%-
HSV(B)93.53º86.08%30.98%-
XYZ3.776.091.29-
YUV59.89100.41114.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 79 (31.25% from 255) = 60.31%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=31.30%
G=60.31%
B=8.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179110.4800.860.6993.5375.5617.65
Hex294FB30056455e4c12
Octal511171360012610513611422
Binary101001100111110111100000101011010001011011110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,79,11); }

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

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

 a { background-color: rgb(41,79,11); }

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

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

 span { border-color: rgb(41,79,11); }

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