#29600e

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

Shades of Myrtle #29600E

Tints of Myrtle #29600E

Color information

#29600E (or 0x29600E) is unknown color: approx Myrtle. HEX triplet: 29, 60 and 0E. RGB value is (41,96,14). Sum of RGB (Red+Green+Blue) = 41+96+14=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #29600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29600E is #D69FF1. Grayscale: #464646. Windows color (decimal): -14065650 or 942121. OLE color: 942121.

HSL color Cylindrical-coordinate representation of color #29600E: hue angle of 100.24º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29600E is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB419614-
CMYK0.5700.850.62
HSL100.24º74.55%21.57%-
HSV(B)100.24º85.42%37.65%-
XYZ5.188.871.85-
YUV70.2196.28107.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=27.15%
G=63.58%
B=9.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196140.5700.850.62100.2474.5521.57
Hex2960E390553E644b16
Octal51140167101257614411326
Binary10100111000001110111001010101011111101100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29600e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29600e; }

 p { color: rgb(41,96,14); }

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

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

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

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

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

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

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