#294B2A

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

Shades of Myrtle #294B2A

Tints of Myrtle #294B2A

Color information

#294B2A (or 0x294B2A) is unknown color: approx Myrtle. HEX triplet: 29, 4B and 2A. RGB value is (41,75,42). Sum of RGB (Red+Green+Blue) = 41+75+42=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #294B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B2A is #D6B4D5. Grayscale: #3D3D3D. Windows color (decimal): -14070998 or 2771753. OLE color: 2771753.

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

Color convert

RGB417542-
CMYK0.4500.440.71
HSL121.76º29.31%22.75%-
HSV(B)121.76º45.33%29.41%-
XYZ3.855.673.08-
YUV61.07117.24113.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=25.95%
G=47.47%
B=26.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175420.4500.440.71121.7629.3122.75
Hex294B2A2D02C477a1d17
Octal5111352550541071723527
Binary10100110010111010101011010101100100011111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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