#29520F

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

Shades of Myrtle #29520F

Tints of Myrtle #29520F

Color information

#29520F (or 0x29520F) is unknown color: approx Myrtle. HEX triplet: 29, 52 and 0F. RGB value is (41,82,15). Sum of RGB (Red+Green+Blue) = 41+82+15=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #29520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29520F is #D6ADF0. Grayscale: #3E3E3E. Windows color (decimal): -14069233 or 1004073. OLE color: 1004073.

HSL color Cylindrical-coordinate representation of color #29520F: hue angle of 96.72º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29520F is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB418215-
CMYK0.5000.820.68
HSL96.72º69.07%19.02%-
HSV(B)96.72º81.71%32.16%-
XYZ4.026.541.5-
YUV62.1101.42112.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 82 (32.42% from 255) = 59.42%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=29.71%
G=59.42%
B=10.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182150.5000.820.6896.7269.0719.02
Hex2952F3205244614513
Octal511221762012210414110523
Binary101001101001011111100100101001010001001100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29520F; }

 p { color: rgb(41,82,15); }

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

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

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

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

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

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

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