#297429

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

Shades of Japanese Laurel #297429

Tints of Japanese Laurel #297429

Color information

#297429 (or 0x297429) is unknown color: approx Japanese Laurel. HEX triplet: 29, 74 and 29. RGB value is (41,116,41). Sum of RGB (Red+Green+Blue) = 41+116+41=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #297429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297429 is #D68BD6. Grayscale: #555555. Windows color (decimal): -14060503 or 2716713. OLE color: 2716713.

HSL color Cylindrical-coordinate representation of color #297429: hue angle of 120º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297429 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB4111641-
CMYK0.6500.650.55
HSL120º47.77%30.78%-
HSV(B)120º64.66%45.49%-
XYZ7.5613.124.23-
YUV85.02103.1596.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 116 (45.70% from 255) = 58.59%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=20.71%
G=58.59%
B=20.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116410.6500.650.5512047.7730.78
Hex297429410413778301f
Octal51164511010101671706037
Binary1010011110100101001100000101000001110111111100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297429; }

 p { color: rgb(41,116,41); }

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

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

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

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

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

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

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