#297C2E

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

Shades of Japanese Laurel #297C2E

Tints of Japanese Laurel #297C2E

Color information

#297C2E (or 0x297C2E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7C and 2E. RGB value is (41,124,46). Sum of RGB (Red+Green+Blue) = 41+124+46=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #297C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C2E is #D683D1. Grayscale: #5A5A5A. Windows color (decimal): -14058450 or 3046441. OLE color: 3046441.

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

Color convert

RGB4112446-
CMYK0.6700.630.51
HSL123.61º50.3%32.35%-
HSV(B)123.61º66.94%48.63%-
XYZ8.6215.085.04-
YUV90.2910392.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 124 (48.83% from 255) = 58.77%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=19.43%
G=58.77%
B=21.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41124460.6700.630.51123.6150.332.35
Hex297C2E4303F337c3220
Octal5117456103077631746240
Binary1010011111100101110100001101111111100111111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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