#297A35

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

Shades of Japanese Laurel #297A35

Tints of Japanese Laurel #297A35

Color information

#297A35 (or 0x297A35) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7A and 35. RGB value is (41,122,53). Sum of RGB (Red+Green+Blue) = 41+122+53=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #297A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A35 is #D685CA. Grayscale: #5A5A5A. Windows color (decimal): -14058955 or 3504681. OLE color: 3504681.

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

Color convert

RGB4112253-
CMYK0.6600.570.52
HSL128.89º49.69%31.96%-
HSV(B)128.89º66.39%47.84%-
XYZ8.5214.655.75-
YUV89.92107.1693.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 122 (48.05% from 255) = 56.48%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=18.98%
G=56.48%
B=24.54%

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
Decimal41122530.6600.570.52128.8949.6931.96
Hex297A354203934813220
Octal5117265102071642016240
Binary10100111110101101011000010011100111010010000001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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