#29701E

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

Shades of Japanese Laurel #29701E

Tints of Japanese Laurel #29701E

Color information

#29701E (or 0x29701E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 70 and 1E. RGB value is (41,112,30). Sum of RGB (Red+Green+Blue) = 41+112+30=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #29701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29701E is #D68FE1. Grayscale: #515151. Windows color (decimal): -14061538 or 1994793. OLE color: 1994793.

HSL color Cylindrical-coordinate representation of color #29701E: hue angle of 111.95º 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 #29701E is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB4111230-
CMYK0.6300.730.56
HSL111.95º57.75%27.84%-
HSV(B)111.95º73.21%43.92%-
XYZ6.9412.153.21-
YUV81.4298.9899.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=22.40%
G=61.20%
B=16.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112300.6300.730.56111.9557.7527.84
Hex29701E3F04938703a1c
Octal5116036770111701607234
Binary10100111100001111011111101001001111000111000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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