#297736

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

Shades of Japanese Laurel #297736

Tints of Japanese Laurel #297736

Color information

#297736 (or 0x297736) is unknown color: approx Japanese Laurel. HEX triplet: 29, 77 and 36. RGB value is (41,119,54). Sum of RGB (Red+Green+Blue) = 41+119+54=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #297736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297736 is #D688C9. Grayscale: #585858. Windows color (decimal): -14059722 or 3569449. OLE color: 3569449.

HSL color Cylindrical-coordinate representation of color #297736: hue angle of 130º 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 #297736 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB4111954-
CMYK0.6600.550.53
HSL130º48.75%31.37%-
HSV(B)130º65.55%46.67%-
XYZ8.1813.935.75-
YUV88.27108.6694.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 119 (46.88% from 255) = 55.61%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=19.16%
G=55.61%
B=25.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119540.6600.550.5313048.7531.37
Hex297736420373582311f
Octal5116766102067652026137
Binary1010011110111110110100001001101111101011000001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297736; }

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

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

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

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

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

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

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

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