#294027

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

Shades of Myrtle #294027

Tints of Myrtle #294027

Color information

#294027 (or 0x294027) is unknown color: approx Myrtle. HEX triplet: 29, 40 and 27. RGB value is (41,64,39). Sum of RGB (Red+Green+Blue) = 41+64+39=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #294027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294027 is #D6BFD8. Grayscale: #363636. Windows color (decimal): -14073817 or 2572329. OLE color: 2572329.

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

Color convert

RGB416439-
CMYK0.3600.390.75
HSL115.2º24.27%20.2%-
HSV(B)115.2º39.06%25.1%-
XYZ3.114.282.58-
YUV54.27119.38118.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=28.47%
G=44.44%
B=27.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164390.3600.390.75115.224.2720.2
Hex294027240274B731814
Octal5110047440471131633024
Binary10100110000001001111001000100111100101111100111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294027; }

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

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

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

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

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

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

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

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