#297A2C

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

Shades of Japanese Laurel #297A2C

Tints of Japanese Laurel #297A2C

Color information

#297A2C (or 0x297A2C) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7A and 2C. RGB value is (41,122,44). Sum of RGB (Red+Green+Blue) = 41+122+44=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #297A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A2C is #D685D3. Grayscale: #595959. Windows color (decimal): -14058964 or 2914857. OLE color: 2914857.

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

Color convert

RGB4112244-
CMYK0.6600.640.52
HSL122.22º49.69%31.96%-
HSV(B)122.22º66.39%47.84%-
XYZ8.3314.574.76-
YUV88.89102.6693.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 122 (48.05% from 255) = 58.94%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=19.81%
G=58.94%
B=21.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122440.6600.640.52122.2249.6931.96
Hex297A2C42040347a3220
Octal51172541020100641726240
Binary10100111110101011001000010010000001101001111010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,122,44); }

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

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

 a { background-color: rgb(41,122,44); }

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

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

 span { border-color: rgb(41,122,44); }

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