#293428

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

Shades of Myrtle #293428

Tints of Myrtle #293428

Color information

#293428 (or 0x293428) is unknown color: approx Myrtle. HEX triplet: 29, 34 and 28. RGB value is (41,52,40). Sum of RGB (Red+Green+Blue) = 41+52+40=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #293428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293428 is #D6CBD7. Grayscale: #2F2F2F. Windows color (decimal): -14076888 or 2634793. OLE color: 2634793.

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

Color convert

RGB415240-
CMYK0.2100.230.80
HSL115º13.04%18.04%-
HSV(B)115º23.08%20.39%-
XYZ2.533.082.47-
YUV47.34123.86123.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=30.83%
G=39.10%
B=30.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152400.2100.230.8011513.0418.04
Hex293428150175073d12
Octal516450250271201631522
Binary1010011101001010001010101011110100001110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293428; }

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

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

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

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

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

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

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

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