#297833

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

Shades of Japanese Laurel #297833

Tints of Japanese Laurel #297833

Color information

#297833 (or 0x297833) is unknown color: approx Japanese Laurel. HEX triplet: 29, 78 and 33. RGB value is (41,120,51). Sum of RGB (Red+Green+Blue) = 41+120+51=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #297833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297833 is #D687CC. Grayscale: #585858. Windows color (decimal): -14059469 or 3373097. OLE color: 3373097.

HSL color Cylindrical-coordinate representation of color #297833: hue angle of 127.59º 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 #297833 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB4112051-
CMYK0.6600.580.53
HSL127.59º49.07%31.57%-
HSV(B)127.59º65.83%47.06%-
XYZ8.2314.145.43-
YUV88.51106.8394.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=19.34%
G=56.60%
B=24.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120510.6600.580.53127.5949.0731.57
Hex2978334203A35803120
Octal5117063102072652006140
Binary10100111110001100111000010011101011010110000000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297833; }

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

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

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

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

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

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

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

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