#297B34

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

Shades of Japanese Laurel #297B34

Tints of Japanese Laurel #297B34

Color information

#297B34 (or 0x297B34) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7B and 34. RGB value is (41,123,52). Sum of RGB (Red+Green+Blue) = 41+123+52=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #297B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297B34 is #D684CB. Grayscale: #5A5A5A. Windows color (decimal): -14058700 or 3439401. OLE color: 3439401.

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

Color convert

RGB4112352-
CMYK0.6700.580.52
HSL128.05º50%32.16%-
HSV(B)128.05º66.67%48.24%-
XYZ8.6214.895.67-
YUV90.39106.3392.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 123 (48.44% from 255) = 56.94%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=18.98%
G=56.94%
B=24.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41123520.6700.580.52128.055032.16
Hex297B344303A34803220
Octal5117364103072642006240
Binary10100111110111101001000011011101011010010000000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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