#29792E

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

Shades of Japanese Laurel #29792E

Tints of Japanese Laurel #29792E

Color information

#29792E (or 0x29792E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 79 and 2E. RGB value is (41,121,46). Sum of RGB (Red+Green+Blue) = 41+121+46=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #29792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29792E is #D686D1. Grayscale: #585858. Windows color (decimal): -14059218 or 3045673. OLE color: 3045673.

HSL color Cylindrical-coordinate representation of color #29792E: hue angle of 123.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29792E is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB4112146-
CMYK0.6600.620.53
HSL123.75º49.38%31.76%-
HSV(B)123.75º66.12%47.45%-
XYZ8.2414.344.92-
YUV88.5310494.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 121 (47.66% from 255) = 58.17%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=19.71%
G=58.17%
B=22.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121460.6600.620.53123.7549.3831.76
Hex29792E4203E357c3120
Octal5117156102076651746140
Binary1010011111001101110100001001111101101011111100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,121,46); }

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

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

 a { background-color: rgb(41,121,46); }

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

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

 span { border-color: rgb(41,121,46); }

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