#29501B

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

Shades of Myrtle #29501B

Tints of Myrtle #29501B

Color information

#29501B (or 0x29501B) is unknown color: approx Myrtle. HEX triplet: 29, 50 and 1B. RGB value is (41,80,27). Sum of RGB (Red+Green+Blue) = 41+80+27=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #29501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29501B is #D6AFE4. Grayscale: #3E3E3E. Windows color (decimal): -14069733 or 1789993. OLE color: 1789993.

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

Color convert

RGB418027-
CMYK0.4900.660.69
HSL104.15º49.53%20.98%-
HSV(B)104.15º66.25%31.37%-
XYZ3.986.292.04-
YUV62.3108.08112.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 80 (31.64% from 255) = 54.05%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=27.70%
G=54.05%
B=18.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180270.4900.660.69104.1549.5320.98
Hex29501B3104245683215
Octal51120336101021051506225
Binary101001101000011011110001010000101000101110100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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