#297836

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

Shades of Japanese Laurel #297836

Tints of Japanese Laurel #297836

Color information

#297836 (or 0x297836) is unknown color: approx Japanese Laurel. HEX triplet: 29, 78 and 36. RGB value is (41,120,54). Sum of RGB (Red+Green+Blue) = 41+120+54=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #297836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297836 is #D687C9. Grayscale: #595959. Windows color (decimal): -14059466 or 3569705. OLE color: 3569705.

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

Color convert

RGB4112054-
CMYK0.6600.550.53
HSL129.87º49.07%31.57%-
HSV(B)129.87º65.83%47.06%-
XYZ8.314.175.79-
YUV88.86108.3393.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 120 (47.27% from 255) = 55.81%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=19.07%
G=55.81%
B=25.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120540.6600.550.53129.8749.0731.57
Hex2978364203735823120
Octal5117066102067652026140
Binary10100111110001101101000010011011111010110000010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297836; }

 p { color: rgb(41,120,54); }

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

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

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

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

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

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

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