#29762F

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

Shades of Japanese Laurel #29762F

Tints of Japanese Laurel #29762F

Color information

#29762F (or 0x29762F) is unknown color: approx Japanese Laurel. HEX triplet: 29, 76 and 2F. RGB value is (41,118,47). Sum of RGB (Red+Green+Blue) = 41+118+47=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #29762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29762F is #D689D0. Grayscale: #575757. Windows color (decimal): -14059985 or 3110441. OLE color: 3110441.

HSL color Cylindrical-coordinate representation of color #29762F: hue angle of 124.68º 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 #29762F is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB4111847-
CMYK0.6500.600.54
HSL124.68º48.43%31.18%-
HSV(B)124.68º65.25%46.27%-
XYZ7.9113.634.9-
YUV86.88105.4995.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=19.90%
G=57.28%
B=22.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118470.6500.600.54124.6848.4331.18
Hex29762F4103C367d301f
Octal5116657101074661756037
Binary101001111011010111110000010111100110110111110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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