#29731D

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

Shades of Japanese Laurel #29731D

Tints of Japanese Laurel #29731D

Color information

#29731D (or 0x29731D) is unknown color: approx Japanese Laurel. HEX triplet: 29, 73 and 1D. RGB value is (41,115,29). Sum of RGB (Red+Green+Blue) = 41+115+29=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #29731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29731D is #D68CE2. Grayscale: #535353. Windows color (decimal): -14060771 or 1930025. OLE color: 1930025.

HSL color Cylindrical-coordinate representation of color #29731D: hue angle of 111.63º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29731D is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB4111529-
CMYK0.6400.750.55
HSL111.63º59.72%28.24%-
HSV(B)111.63º74.78%45.1%-
XYZ7.2712.823.25-
YUV83.0797.4897.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=22.16%
G=62.16%
B=15.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115290.6400.750.55111.6359.7228.24
Hex29731D4004B37703c1c
Octal51163351000113671607434
Binary101001111001111101100000001001011110111111000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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