#29711E

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

Shades of Japanese Laurel #29711E

Tints of Japanese Laurel #29711E

Color information

#29711E (or 0x29711E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 71 and 1E. RGB value is (41,113,30). Sum of RGB (Red+Green+Blue) = 41+113+30=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #29711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29711E is #D68EE1. Grayscale: #525252. Windows color (decimal): -14061282 or 1995049. OLE color: 1995049.

HSL color Cylindrical-coordinate representation of color #29711E: hue angle of 112.05º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29711E is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB4111330-
CMYK0.6400.730.56
HSL112.05º58.04%28.04%-
HSV(B)112.05º73.45%44.31%-
XYZ7.0512.383.25-
YUV82.0198.6598.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=22.28%
G=61.41%
B=16.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41113300.6400.730.56112.0558.0428.04
Hex29711E4004938703a1c
Octal51161361000111701607234
Binary101001111000111110100000001001001111000111000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29711E; }

 p { color: rgb(41,113,30); }

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

<style>
 a { background-color: #29711E; }

 a { background-color: rgb(41,113,30); }

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

<style>
 span { border-color: #29711E; }

 span { border-color: rgb(41,113,30); }

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