#297926

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

Shades of Japanese Laurel #297926

Tints of Japanese Laurel #297926

Color information

#297926 (or 0x297926) is unknown color: approx Japanese Laurel. HEX triplet: 29, 79 and 26. RGB value is (41,121,38). Sum of RGB (Red+Green+Blue) = 41+121+38=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 121 (47.66% from 255 or 60.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 121 - color contains mainly: green. Hex color #297926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297926 is #D686D9. Grayscale: #575757. Windows color (decimal): -14059226 or 2521385. OLE color: 2521385.

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

Color convert

RGB4112138-
CMYK0.6600.690.53
HSL117.83º52.2%31.18%-
HSV(B)117.83º68.6%47.45%-
XYZ8.114.294.16-
YUV87.6210094.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 121 (47.66% from 255) = 60.5%
BLUE value IS 38 (15.23% from 255) = 19%
R=20.5%
G=60.5%
B=19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121380.6600.690.53117.8352.231.18
Hex297926420453576341f
Octal51171461020105651666437
Binary1010011111001100110100001001000101110101111011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297926; }

 p { color: rgb(41,121,38); }

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

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

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

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

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

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

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