#29762A

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

Shades of Japanese Laurel #29762A

Tints of Japanese Laurel #29762A

Color information

#29762A (or 0x29762A) is unknown color: approx Japanese Laurel. HEX triplet: 29, 76 and 2A. RGB value is (41,118,42). Sum of RGB (Red+Green+Blue) = 41+118+42=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #29762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29762A is #D689D5. Grayscale: #565656. Windows color (decimal): -14059990 or 2782761. OLE color: 2782761.

HSL color Cylindrical-coordinate representation of color #29762A: hue angle of 120.78º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29762A is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB4111842-
CMYK0.6500.640.54
HSL120.78º48.43%31.18%-
HSV(B)120.78º65.25%46.27%-
XYZ7.8113.64.4-
YUV86.31102.9995.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 118 (46.48% from 255) = 58.71%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=20.40%
G=58.71%
B=20.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118420.6500.640.54120.7848.4331.18
Hex29762A410403679301f
Octal51166521010100661716037
Binary1010011110110101010100000101000000110110111100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,118,42); }

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

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

 a { background-color: rgb(41,118,42); }

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

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

 span { border-color: rgb(41,118,42); }

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