#297E3D

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

Shades of Japanese Laurel #297E3D

Tints of Japanese Laurel #297E3D

Color information

#297E3D (or 0x297E3D) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7E and 3D. RGB value is (41,126,61). Sum of RGB (Red+Green+Blue) = 41+126+61=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 126 (49.61% from 255 or 55.26% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 126 - color contains mainly: green. Hex color #297E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E3D is #D681C2. Grayscale: #5D5D5D. Windows color (decimal): -14057923 or 4029993. OLE color: 4029993.

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

Color convert

RGB4112661-
CMYK0.6700.520.51
HSL134.12º50.9%32.75%-
HSV(B)134.12º67.46%49.41%-
XYZ9.2215.736.97-
YUV93.17109.8490.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 126 (49.61% from 255) = 55.26%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=17.98%
G=55.26%
B=26.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41126610.6700.520.51134.1250.932.75
Hex297E3D4303433863321
Octal5117675103064632066341
Binary10100111111101111011000011011010011001110000110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,126,61); }

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

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

 a { background-color: rgb(41,126,61); }

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

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

 span { border-color: rgb(41,126,61); }

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