#297723

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

Shades of Japanese Laurel #297723

Tints of Japanese Laurel #297723

Color information

#297723 (or 0x297723) is unknown color: approx Japanese Laurel. HEX triplet: 29, 77 and 23. RGB value is (41,119,35). Sum of RGB (Red+Green+Blue) = 41+119+35=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #297723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297723 is #D688DC. Grayscale: #565656. Windows color (decimal): -14059741 or 2324265. OLE color: 2324265.

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

Color convert

RGB4111935-
CMYK0.6600.710.53
HSL115.71º54.55%30.2%-
HSV(B)115.71º70.59%46.67%-
XYZ7.8113.793.84-
YUV86.199.1695.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 119 (46.88% from 255) = 61.03%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=21.03%
G=61.03%
B=17.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119350.6600.710.53115.7154.5530.2
Hex297723420473574371e
Octal51167431020107651646736
Binary1010011110111100011100001001000111110101111010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297723; }

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

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

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

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

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

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

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

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