#29701D

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

Shades of Japanese Laurel #29701D

Tints of Japanese Laurel #29701D

Color information

#29701D (or 0x29701D) is unknown color: approx Japanese Laurel. HEX triplet: 29, 70 and 1D. RGB value is (41,112,29). Sum of RGB (Red+Green+Blue) = 41+112+29=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #29701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29701D is #D68FE2. Grayscale: #515151. Windows color (decimal): -14061539 or 1929257. OLE color: 1929257.

HSL color Cylindrical-coordinate representation of color #29701D: hue angle of 111.33º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29701D is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB4111229-
CMYK0.6300.740.56
HSL111.33º58.87%27.65%-
HSV(B)111.33º74.11%43.92%-
XYZ6.9312.153.14-
YUV81.3198.4899.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 112 (44.14% from 255) = 61.54%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=22.53%
G=61.54%
B=15.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112290.6300.740.56111.3358.8727.65
Hex29701D3F04A386f3b1c
Octal5116035770112701577334
Binary10100111100001110111111101001010111000110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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