#29863A

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

Shades of Japanese Laurel #29863A

Tints of Japanese Laurel #29863A

Color information

#29863A (or 0x29863A) is unknown color: approx Japanese Laurel. HEX triplet: 29, 86 and 3A. RGB value is (41,134,58). Sum of RGB (Red+Green+Blue) = 41+134+58=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #29863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29863A is #D679C5. Grayscale: #616161. Windows color (decimal): -14055878 or 3835433. OLE color: 3835433.

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

Color convert

RGB4113458-
CMYK0.6900.570.47
HSL130.97º53.14%34.31%-
HSV(B)130.97º69.4%52.55%-
XYZ10.217.836.91-
YUV97.53105.6987.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=17.60%
G=57.51%
B=24.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41134580.6900.570.47130.9753.1434.31
Hex29863A450392F833522
Octal5120672105071572036542
Binary101001100001101110101000101011100110111110000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29863A; }

 p { color: rgb(41,134,58); }

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

<style>
 a { background-color: #29863A; }

 a { background-color: rgb(41,134,58); }

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

<style>
 span { border-color: #29863A; }

 span { border-color: rgb(41,134,58); }

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