#295029

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

Shades of Myrtle #295029

Tints of Myrtle #295029

Color information

#295029 (or 0x295029) is unknown color: approx Myrtle. HEX triplet: 29, 50 and 29. RGB value is (41,80,41). Sum of RGB (Red+Green+Blue) = 41+80+41=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #295029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295029 is #D6AFD6. Grayscale: #404040. Windows color (decimal): -14069719 or 2707497. OLE color: 2707497.

HSL color Cylindrical-coordinate representation of color #295029: hue angle of 120º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295029 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB418041-
CMYK0.4900.490.69
HSL120º32.23%23.73%-
HSV(B)120º48.75%31.37%-
XYZ4.186.373.11-
YUV63.89115.08111.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=25.31%
G=49.38%
B=25.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180410.4900.490.6912032.2323.73
Hex2950293103145782018
Octal5112051610611051704030
Binary101001101000010100111000101100011000101111100010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295029; }

 p { color: rgb(41,80,41); }

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

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

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

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

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

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

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