#297327

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

Shades of Japanese Laurel #297327

Tints of Japanese Laurel #297327

Color information

#297327 (or 0x297327) is unknown color: approx Japanese Laurel. HEX triplet: 29, 73 and 27. RGB value is (41,115,39). Sum of RGB (Red+Green+Blue) = 41+115+39=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #297327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297327 is #D68CD8. Grayscale: #545454. Windows color (decimal): -14060761 or 2585385. OLE color: 2585385.

HSL color Cylindrical-coordinate representation of color #297327: hue angle of 118.42º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297327 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB4111539-
CMYK0.6400.660.55
HSL118.42º49.35%30.2%-
HSV(B)118.42º66.09%45.1%-
XYZ7.4112.884.01-
YUV84.21102.4897.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 115 (45.31% from 255) = 58.97%
BLUE value IS 39 (15.62% from 255) = 20%
R=21.03%
G=58.97%
B=20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115390.6400.660.55118.4249.3530.2
Hex297327400423776311e
Octal51163471000102671666136
Binary1010011110011100111100000001000010110111111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297327; }

 p { color: rgb(41,115,39); }

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

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

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

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

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

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

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