#297729

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

Shades of Japanese Laurel #297729

Tints of Japanese Laurel #297729

Color information

#297729 (or 0x297729) is unknown color: approx Japanese Laurel. HEX triplet: 29, 77 and 29. RGB value is (41,119,41). Sum of RGB (Red+Green+Blue) = 41+119+41=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #297729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297729 is #D688D6. Grayscale: #575757. Windows color (decimal): -14059735 or 2717481. OLE color: 2717481.

HSL color Cylindrical-coordinate representation of color #297729: hue angle of 120º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297729 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB4111941-
CMYK0.6600.660.53
HSL120º48.75%31.37%-
HSV(B)120º65.55%46.67%-
XYZ7.9113.834.35-
YUV86.79102.1695.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=20.40%
G=59.20%
B=20.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119410.6600.660.5312048.7531.37
Hex297729420423578311f
Octal51167511020102651706137
Binary1010011110111101001100001001000010110101111100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297729; }

 p { color: rgb(41,119,41); }

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

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

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

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

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

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

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