#29752F

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

Shades of Japanese Laurel #29752F

Tints of Japanese Laurel #29752F

Color information

#29752F (or 0x29752F) is unknown color: approx Japanese Laurel. HEX triplet: 29, 75 and 2F. RGB value is (41,117,47). Sum of RGB (Red+Green+Blue) = 41+117+47=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #29752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29752F is #D68AD0. Grayscale: #565656. Windows color (decimal): -14060241 or 3110185. OLE color: 3110185.

HSL color Cylindrical-coordinate representation of color #29752F: hue angle of 124.74º 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 #29752F is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB4111747-
CMYK0.6500.600.54
HSL124.74º48.1%30.98%-
HSV(B)124.74º64.96%45.88%-
XYZ7.7913.44.87-
YUV86.3105.8295.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=20%
G=57.07%
B=22.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117470.6500.600.54124.7448.130.98
Hex29752F4103C367d301f
Octal5116557101074661756037
Binary101001111010110111110000010111100110110111110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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