#327F2A

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

Shades of Japanese Laurel #327F2A

Tints of Japanese Laurel #327F2A

Color information

#327F2A (or 0x327F2A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7F and 2A. RGB value is (50,127,42). Sum of RGB (Red+Green+Blue) = 50+127+42=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #327F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F2A is #CD80D5. Grayscale: #5E5E5E. Windows color (decimal): -13467862 or 2785074. OLE color: 2785074.

HSL color Cylindrical-coordinate representation of color #327F2A: hue angle of 114.35º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327F2A is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB5012742-
CMYK0.6100.670.50
HSL114.35º50.3%33.14%-
HSV(B)114.35º66.93%49.8%-
XYZ9.3216.024.79-
YUV94.2998.4996.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 127 (50% from 255) = 57.99%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=22.83%
G=57.99%
B=19.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127420.6100.670.50114.3550.333.14
Hex327F2A3D04332723221
Octal6217752750103621626241
Binary1100101111111101010111101010000111100101110010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327F2A; }

 p { color: rgb(50,127,42); }

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

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

 a { background-color: rgb(50,127,42); }

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

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

 span { border-color: rgb(50,127,42); }

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