#29792F

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

Shades of Japanese Laurel #29792F

Tints of Japanese Laurel #29792F

Color information

#29792F (or 0x29792F) is unknown color: approx Japanese Laurel. HEX triplet: 29, 79 and 2F. RGB value is (41,121,47). Sum of RGB (Red+Green+Blue) = 41+121+47=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #29792F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29792F is #D686D0. Grayscale: #585858. Windows color (decimal): -14059217 or 3111209. OLE color: 3111209.

HSL color Cylindrical-coordinate representation of color #29792F: hue angle of 124.5º 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 #29792F is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB4112147-
CMYK0.6600.610.53
HSL124.5º49.38%31.76%-
HSV(B)124.5º66.12%47.45%-
XYZ8.2614.355.02-
YUV88.64104.594.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 121 (47.66% from 255) = 57.89%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=19.62%
G=57.89%
B=22.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121470.6600.610.53124.549.3831.76
Hex29792F4203D357c3120
Octal5117157102075651746140
Binary1010011111001101111100001001111011101011111100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29792F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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