#297321

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

Shades of Japanese Laurel #297321

Tints of Japanese Laurel #297321

Color information

#297321 (or 0x297321) is unknown color: approx Japanese Laurel. HEX triplet: 29, 73 and 21. RGB value is (41,115,33). Sum of RGB (Red+Green+Blue) = 41+115+33=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #297321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297321 is #D68CDE. Grayscale: #535353. Windows color (decimal): -14060767 or 2192169. OLE color: 2192169.

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

Color convert

RGB4111533-
CMYK0.6400.710.55
HSL114.15º55.41%29.02%-
HSV(B)114.15º71.3%45.1%-
XYZ7.3212.843.53-
YUV83.5399.4897.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 115 (45.31% from 255) = 60.85%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=21.69%
G=60.85%
B=17.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115330.6400.710.55114.1555.4129.02
Hex297321400473772371d
Octal51163411000107671626735
Binary1010011110011100001100000001000111110111111001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297321; }

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

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

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

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

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

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

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

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