#297626

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

Shades of Japanese Laurel #297626

Tints of Japanese Laurel #297626

Color information

#297626 (or 0x297626) is unknown color: approx Japanese Laurel. HEX triplet: 29, 76 and 26. RGB value is (41,118,38). Sum of RGB (Red+Green+Blue) = 41+118+38=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #297626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297626 is #D689D9. Grayscale: #565656. Windows color (decimal): -14059994 or 2520617. OLE color: 2520617.

HSL color Cylindrical-coordinate representation of color #297626: hue angle of 117.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297626 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB4111838-
CMYK0.6500.680.54
HSL117.75º51.28%30.59%-
HSV(B)117.75º67.8%46.27%-
XYZ7.7413.574.04-
YUV85.86100.9996-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 118 (46.48% from 255) = 59.90%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=20.81%
G=59.90%
B=19.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118380.6500.680.54117.7551.2830.59
Hex297626410443676331f
Octal51166461010104661666337
Binary1010011110110100110100000101000100110110111011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297626; }

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

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

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

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

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

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

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

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