#294F28

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

Shades of Myrtle #294F28

Tints of Myrtle #294F28

Color information

#294F28 (or 0x294F28) is unknown color: approx Myrtle. HEX triplet: 29, 4F and 28. RGB value is (41,79,40). Sum of RGB (Red+Green+Blue) = 41+79+40=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #294F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F28 is #D6B0D7. Grayscale: #3F3F3F. Windows color (decimal): -14069976 or 2641705. OLE color: 2641705.

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

Color convert

RGB417940-
CMYK0.4800.490.69
HSL118.46º32.77%23.33%-
HSV(B)118.46º49.37%30.98%-
XYZ4.096.222.99-
YUV63.19114.91112.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 40 (16.02% from 255) = 25%
R=25.62%
G=49.38%
B=25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179400.4800.490.69118.4632.7723.33
Hex294F283003145762117
Octal5111750600611051664127
Binary101001100111110100011000001100011000101111011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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