#294B2B

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

Shades of Myrtle #294B2B

Tints of Myrtle #294B2B

Color information

#294B2B (or 0x294B2B) is unknown color: approx Myrtle. HEX triplet: 29, 4B and 2B. RGB value is (41,75,43). Sum of RGB (Red+Green+Blue) = 41+75+43=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #294B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B2B is #D6B4D4. Grayscale: #3D3D3D. Windows color (decimal): -14070997 or 2837289. OLE color: 2837289.

HSL color Cylindrical-coordinate representation of color #294B2B: hue angle of 123.53º 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 #294B2B is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB417543-
CMYK0.4500.430.71
HSL123.53º29.31%22.75%-
HSV(B)123.53º45.33%29.41%-
XYZ3.875.683.18-
YUV61.19117.74113.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=25.79%
G=47.17%
B=27.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175430.4500.430.71123.5329.3122.75
Hex294B2B2D02B477c1d17
Octal5111353550531071743527
Binary10100110010111010111011010101011100011111111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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