#297B2E

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

Shades of Japanese Laurel #297B2E

Tints of Japanese Laurel #297B2E

Color information

#297B2E (or 0x297B2E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7B and 2E. RGB value is (41,123,46). Sum of RGB (Red+Green+Blue) = 41+123+46=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #297B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297B2E is #D684D1. Grayscale: #595959. Windows color (decimal): -14058706 or 3046185. OLE color: 3046185.

HSL color Cylindrical-coordinate representation of color #297B2E: hue angle of 123.66º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B2E is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB4112346-
CMYK0.6700.630.52
HSL123.66º50%32.16%-
HSV(B)123.66º66.67%48.24%-
XYZ8.4914.835-
YUV89.7103.3393.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 123 (48.44% from 255) = 58.57%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=19.52%
G=58.57%
B=21.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41123460.6700.630.52123.665032.16
Hex297B2E4303F347c3220
Octal5117356103077641746240
Binary1010011111011101110100001101111111101001111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297B2E; }

 p { color: rgb(41,123,46); }

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

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

 a { background-color: rgb(41,123,46); }

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

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

 span { border-color: rgb(41,123,46); }

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