#297720

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

Shades of Japanese Laurel #297720

Tints of Japanese Laurel #297720

Color information

#297720 (or 0x297720) is unknown color: approx Japanese Laurel. HEX triplet: 29, 77 and 20. RGB value is (41,119,32). Sum of RGB (Red+Green+Blue) = 41+119+32=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #297720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297720 is #D688DF. Grayscale: #565656. Windows color (decimal): -14059744 or 2127657. OLE color: 2127657.

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

Color convert

RGB4111932-
CMYK0.6600.730.53
HSL113.79º57.62%29.61%-
HSV(B)113.79º73.11%46.67%-
XYZ7.7713.773.61-
YUV85.7697.6696.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 119 (46.88% from 255) = 61.98%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=21.35%
G=61.98%
B=16.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119320.6600.730.53113.7957.6229.61
Hex2977204204935723a1e
Octal51167401020111651627236
Binary1010011110111100000100001001001001110101111001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297720; }

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

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

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

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

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

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

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

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