#297A34

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

Shades of Japanese Laurel #297A34

Tints of Japanese Laurel #297A34

Color information

#297A34 (or 0x297A34) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7A and 34. RGB value is (41,122,52). Sum of RGB (Red+Green+Blue) = 41+122+52=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #297A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A34 is #D685CB. Grayscale: #595959. Windows color (decimal): -14058956 or 3439145. OLE color: 3439145.

HSL color Cylindrical-coordinate representation of color #297A34: hue angle of 128.15º 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 #297A34 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB4112252-
CMYK0.6600.570.52
HSL128.15º49.69%31.96%-
HSV(B)128.15º66.39%47.84%-
XYZ8.4914.645.63-
YUV89.8106.6693.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 122 (48.05% from 255) = 56.74%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=19.07%
G=56.74%
B=24.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122520.6600.570.52128.1549.6931.96
Hex297A344203934803220
Octal5117264102071642006240
Binary10100111110101101001000010011100111010010000000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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