#29752A

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

Shades of Japanese Laurel #29752A

Tints of Japanese Laurel #29752A

Color information

#29752A (or 0x29752A) is unknown color: approx Japanese Laurel. HEX triplet: 29, 75 and 2A. RGB value is (41,117,42). Sum of RGB (Red+Green+Blue) = 41+117+42=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #29752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29752A is #D68AD5. Grayscale: #555555. Windows color (decimal): -14060246 or 2782505. OLE color: 2782505.

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

Color convert

RGB4111742-
CMYK0.6500.640.54
HSL120.79º48.1%30.98%-
HSV(B)120.79º64.96%45.88%-
XYZ7.6913.364.36-
YUV85.73103.3296.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 117 (46.09% from 255) = 58.5%
BLUE value IS 42 (16.80% from 255) = 21%
R=20.5%
G=58.5%
B=21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117420.6500.640.54120.7948.130.98
Hex29752A410403679301f
Octal51165521010100661716037
Binary1010011110101101010100000101000000110110111100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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