#29501D

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

Shades of Myrtle #29501D

Tints of Myrtle #29501D

Color information

#29501D (or 0x29501D) is unknown color: approx Myrtle. HEX triplet: 29, 50 and 1D. RGB value is (41,80,29). Sum of RGB (Red+Green+Blue) = 41+80+29=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #29501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29501D is #D6AFE2. Grayscale: #3E3E3E. Windows color (decimal): -14069731 or 1921065. OLE color: 1921065.

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

Color convert

RGB418029-
CMYK0.4900.640.69
HSL105.88º46.79%21.37%-
HSV(B)105.88º63.75%31.37%-
XYZ46.32.17-
YUV62.52109.08112.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 80 (31.64% from 255) = 53.33%
BLUE value IS 29 (11.72% from 255) = 19.33%
R=27.33%
G=53.33%
B=19.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180290.4900.640.69105.8846.7921.37
Hex29501D31040456a2f15
Octal51120356101001051525725
Binary101001101000011101110001010000001000101110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29501D; }

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

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

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

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

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

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

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

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