#294028

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

Shades of Myrtle #294028

Tints of Myrtle #294028

Color information

#294028 (or 0x294028) is unknown color: approx Myrtle. HEX triplet: 29, 40 and 28. RGB value is (41,64,40). Sum of RGB (Red+Green+Blue) = 41+64+40=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #294028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294028 is #D6BFD7. Grayscale: #363636. Windows color (decimal): -14073816 or 2637865. OLE color: 2637865.

HSL color Cylindrical-coordinate representation of color #294028: hue angle of 117.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294028 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB416440-
CMYK0.3600.380.75
HSL117.5º23.08%20.39%-
HSV(B)117.5º37.5%25.1%-
XYZ3.134.292.67-
YUV54.39119.88118.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=28.28%
G=44.14%
B=27.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164400.3600.380.75117.523.0820.39
Hex294028240264B761714
Octal5110050440461131662724
Binary10100110000001010001001000100110100101111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294028; }

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

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

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

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

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

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

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

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