#29752D

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

Shades of Japanese Laurel #29752D

Tints of Japanese Laurel #29752D

Color information

#29752D (or 0x29752D) is unknown color: approx Japanese Laurel. HEX triplet: 29, 75 and 2D. RGB value is (41,117,45). Sum of RGB (Red+Green+Blue) = 41+117+45=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #29752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29752D is #D68AD2. Grayscale: #565656. Windows color (decimal): -14060243 or 2979113. OLE color: 2979113.

HSL color Cylindrical-coordinate representation of color #29752D: hue angle of 123.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29752D is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB4111745-
CMYK0.6500.620.54
HSL123.16º48.1%30.98%-
HSV(B)123.16º64.96%45.88%-
XYZ7.7513.384.66-
YUV86.07104.8295.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=20.20%
G=57.64%
B=22.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117450.6500.620.54123.1648.130.98
Hex29752D4103E367b301f
Octal5116555101076661736037
Binary101001111010110110110000010111110110110111101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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