#29843E

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

Shades of Japanese Laurel #29843E

Tints of Japanese Laurel #29843E

Color information

#29843E (or 0x29843E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 84 and 3E. RGB value is (41,132,62). Sum of RGB (Red+Green+Blue) = 41+132+62=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #29843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29843E is #D67BC1. Grayscale: #616161. Windows color (decimal): -14056386 or 4097065. OLE color: 4097065.

HSL color Cylindrical-coordinate representation of color #29843E: hue angle of 133.85º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29843E is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB4113262-
CMYK0.6900.530.48
HSL133.85º52.6%33.92%-
HSV(B)133.85º68.94%51.76%-
XYZ10.0417.327.37-
YUV96.81108.3588.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 132 (51.95% from 255) = 56.17%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=17.45%
G=56.17%
B=26.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132620.6900.530.48133.8552.633.92
Hex29843E4503530863522
Octal5120476105065602066542
Binary101001100001001111101000101011010111000010000110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,132,62); }

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

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

 a { background-color: rgb(41,132,62); }

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

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

 span { border-color: rgb(41,132,62); }

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