#293228

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

Shades of Myrtle #293228

Tints of Myrtle #293228

Color information

#293228 (or 0x293228) is unknown color: approx Myrtle. HEX triplet: 29, 32 and 28. RGB value is (41,50,40). Sum of RGB (Red+Green+Blue) = 41+50+40=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 50 - color contains mainly: green. Hex color #293228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293228 is #D6CDD7. Grayscale: #2E2E2E. Windows color (decimal): -14077400 or 2634281. OLE color: 2634281.

HSL color Cylindrical-coordinate representation of color #293228: hue angle of 114º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #293228 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB415040-
CMYK0.1800.200.80
HSL114º11.11%17.65%-
HSV(B)114º20%19.61%-
XYZ2.442.912.44-
YUV46.17124.52124.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=31.30%
G=38.17%
B=30.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150400.1800.200.8011411.1117.65
Hex293228120145072b12
Octal516250220241201621322
Binary1010011100101010001001001010010100001110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293228; }

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

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

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

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

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

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

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

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