#29843C

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

Shades of Japanese Laurel #29843C

Tints of Japanese Laurel #29843C

Color information

#29843C (or 0x29843C) is unknown color: approx Japanese Laurel. HEX triplet: 29, 84 and 3C. RGB value is (41,132,60). Sum of RGB (Red+Green+Blue) = 41+132+60=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #29843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29843C is #D67BC3. Grayscale: #606060. Windows color (decimal): -14056388 or 3965993. OLE color: 3965993.

HSL color Cylindrical-coordinate representation of color #29843C: hue angle of 132.53º 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 #29843C is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB4113260-
CMYK0.6900.550.48
HSL132.53º52.6%33.92%-
HSV(B)132.53º68.94%51.76%-
XYZ9.9817.37.09-
YUV96.58107.3588.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 132 (51.95% from 255) = 56.65%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=17.60%
G=56.65%
B=25.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132600.6900.550.48132.5352.633.92
Hex29843C4503730853522
Octal5120474105067602056542
Binary101001100001001111001000101011011111000010000101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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