#29731F

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

Shades of Japanese Laurel #29731F

Tints of Japanese Laurel #29731F

Color information

#29731F (or 0x29731F) is unknown color: approx Japanese Laurel. HEX triplet: 29, 73 and 1F. RGB value is (41,115,31). Sum of RGB (Red+Green+Blue) = 41+115+31=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #29731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29731F is #D68CE0. Grayscale: #535353. Windows color (decimal): -14060769 or 2061097. OLE color: 2061097.

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

Color convert

RGB4111531-
CMYK0.6400.730.55
HSL112.86º57.53%28.63%-
HSV(B)112.86º73.04%45.1%-
XYZ7.2912.833.39-
YUV83.398.4897.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 115 (45.31% from 255) = 61.50%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=21.93%
G=61.50%
B=16.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115310.6400.730.55112.8657.5328.63
Hex29731F4004937713a1d
Octal51163371000111671617235
Binary101001111001111111100000001001001110111111000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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