#293528

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

Shades of Myrtle #293528

Tints of Myrtle #293528

Color information

#293528 (or 0x293528) is unknown color: approx Myrtle. HEX triplet: 29, 35 and 28. RGB value is (41,53,40). Sum of RGB (Red+Green+Blue) = 41+53+40=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #293528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293528 is #D6CAD7. Grayscale: #2F2F2F. Windows color (decimal): -14076632 or 2635049. OLE color: 2635049.

HSL color Cylindrical-coordinate representation of color #293528: hue angle of 115.38º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #293528 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB415340-
CMYK0.2300.250.79
HSL115.38º13.98%18.24%-
HSV(B)115.38º24.53%20.78%-
XYZ2.573.172.48-
YUV47.93123.52123.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=30.60%
G=39.55%
B=29.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153400.2300.250.79115.3813.9818.24
Hex293528170194F73e12
Octal516550270311171631622
Binary1010011101011010001011101100110011111110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293528; }

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

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

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

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

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

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

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

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