#29500C

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

Shades of Myrtle #29500C

Tints of Myrtle #29500C

Color information

#29500C (or 0x29500C) is unknown color: approx Myrtle. HEX triplet: 29, 50 and 0C. RGB value is (41,80,12). Sum of RGB (Red+Green+Blue) = 41+80+12=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #29500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29500C is #D6AFF3. Grayscale: #3C3C3C. Windows color (decimal): -14069748 or 806953. OLE color: 806953.

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

Color convert

RGB418012-
CMYK0.4900.850.69
HSL94.41º73.91%18.04%-
HSV(B)94.41º85%31.37%-
XYZ3.856.241.35-
YUV60.59100.58114.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 80 (31.64% from 255) = 60.15%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=30.83%
G=60.15%
B=9.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180120.4900.850.6994.4173.9118.04
Hex2950C31055455e4a12
Octal511201461012510513611222
Binary101001101000011001100010101010110001011011110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29500C; }

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

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

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

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

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

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

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

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