#297734

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

Shades of Japanese Laurel #297734

Tints of Japanese Laurel #297734

Color information

#297734 (or 0x297734) is unknown color: approx Japanese Laurel. HEX triplet: 29, 77 and 34. RGB value is (41,119,52). Sum of RGB (Red+Green+Blue) = 41+119+52=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #297734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297734 is #D688CB. Grayscale: #585858. Windows color (decimal): -14059724 or 3438377. OLE color: 3438377.

HSL color Cylindrical-coordinate representation of color #297734: hue angle of 128.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297734 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB4111952-
CMYK0.6600.560.53
HSL128.46º48.75%31.37%-
HSV(B)128.46º65.55%46.67%-
XYZ8.1313.915.51-
YUV88.04107.6694.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=19.34%
G=56.13%
B=24.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119520.6600.560.53128.4648.7531.37
Hex297734420383580311f
Octal5116764102070652006137
Binary1010011110111110100100001001110001101011000000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297734; }

 p { color: rgb(41,119,52); }

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

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

 a { background-color: rgb(41,119,52); }

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

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

 span { border-color: rgb(41,119,52); }

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