#29751E

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

Shades of Japanese Laurel #29751E

Tints of Japanese Laurel #29751E

Color information

#29751E (or 0x29751E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 75 and 1E. RGB value is (41,117,30). Sum of RGB (Red+Green+Blue) = 41+117+30=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #29751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29751E is #D68AE1. Grayscale: #545454. Windows color (decimal): -14060258 or 1996073. OLE color: 1996073.

HSL color Cylindrical-coordinate representation of color #29751E: hue angle of 112.41º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29751E is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB4111730-
CMYK0.6500.740.54
HSL112.41º59.18%28.82%-
HSV(B)112.41º74.36%45.88%-
XYZ7.5113.293.4-
YUV84.3697.3297.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 117 (46.09% from 255) = 62.23%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=21.81%
G=62.23%
B=15.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117300.6500.740.54112.4159.1828.82
Hex29751E4104A36703b1d
Octal51165361010112661607335
Binary101001111010111110100000101001010110110111000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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