#29893E

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

Shades of Japanese Laurel #29893E

Tints of Japanese Laurel #29893E

Color information

#29893E (or 0x29893E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 89 and 3E. RGB value is (41,137,62). Sum of RGB (Red+Green+Blue) = 41+137+62=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #29893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29893E is #D676C1. Grayscale: #636363. Windows color (decimal): -14055106 or 4098345. OLE color: 4098345.

HSL color Cylindrical-coordinate representation of color #29893E: hue angle of 133.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29893E is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB4113762-
CMYK0.7000.550.46
HSL133.12º53.93%34.9%-
HSV(B)133.12º70.07%53.73%-
XYZ10.7318.717.6-
YUV99.75106.786.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=17.08%
G=57.08%
B=25.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41137620.7000.550.46133.1253.9334.9
Hex29893E460372E853623
Octal5121176106067562056643
Binary101001100010011111101000110011011110111010000101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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