#29701B

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

Shades of Japanese Laurel #29701B

Tints of Japanese Laurel #29701B

Color information

#29701B (or 0x29701B) is unknown color: approx Japanese Laurel. HEX triplet: 29, 70 and 1B. RGB value is (41,112,27). Sum of RGB (Red+Green+Blue) = 41+112+27=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #29701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29701B is #D68FE4. Grayscale: #515151. Windows color (decimal): -14061541 or 1798185. OLE color: 1798185.

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

Color convert

RGB4111227-
CMYK0.6300.760.56
HSL110.12º61.15%27.25%-
HSV(B)110.12º75.89%43.92%-
XYZ6.9112.143.02-
YUV81.0897.4899.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 112 (44.14% from 255) = 62.22%
BLUE value IS 27 (10.94% from 255) = 15%
R=22.78%
G=62.22%
B=15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112270.6300.760.56110.1261.1527.25
Hex29701B3F04C386e3d1b
Octal5116033770114701567533
Binary10100111100001101111111101001100111000110111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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