#297C3A

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

Shades of Japanese Laurel #297C3A

Tints of Japanese Laurel #297C3A

Color information

#297C3A (or 0x297C3A) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7C and 3A. RGB value is (41,124,58). Sum of RGB (Red+Green+Blue) = 41+124+58=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #297C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C3A is #D683C5. Grayscale: #5B5B5B. Windows color (decimal): -14058438 or 3832873. OLE color: 3832873.

HSL color Cylindrical-coordinate representation of color #297C3A: hue angle of 132.29º 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 #297C3A is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB4112458-
CMYK0.6700.530.51
HSL132.29º50.3%32.35%-
HSV(B)132.29º66.94%48.63%-
XYZ8.8915.196.47-
YUV91.6610991.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 124 (48.83% from 255) = 55.61%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=18.39%
G=55.61%
B=26.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41124580.6700.530.51132.2950.332.35
Hex297C3A4303533843220
Octal5117472103065632046240
Binary10100111111001110101000011011010111001110000100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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