#29761F

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

Shades of Japanese Laurel #29761F

Tints of Japanese Laurel #29761F

Color information

#29761F (or 0x29761F) is unknown color: approx Japanese Laurel. HEX triplet: 29, 76 and 1F. RGB value is (41,118,31). Sum of RGB (Red+Green+Blue) = 41+118+31=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #29761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29761F is #D689E0. Grayscale: #555555. Windows color (decimal): -14060001 or 2061865. OLE color: 2061865.

HSL color Cylindrical-coordinate representation of color #29761F: hue angle of 113.1º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29761F is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB4111831-
CMYK0.6500.740.54
HSL113.1º58.39%29.22%-
HSV(B)113.1º73.73%46.27%-
XYZ7.6413.533.5-
YUV85.0697.4996.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 118 (46.48% from 255) = 62.11%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=21.58%
G=62.11%
B=16.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118310.6500.740.54113.158.3929.22
Hex29761F4104A36713a1d
Octal51166371010112661617235
Binary101001111011011111100000101001010110110111000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29761F; }

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

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

<style>
 a { background-color: #29761F; }

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

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

<style>
 span { border-color: #29761F; }

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

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